UI: improve "Compact with Milliseconds" timecode style #119768

Merged
Pablo Vazquez merged 2 commits from pioverfour/blender:dp_compact_timecode_format into main 2024-05-15 15:25:27 +02:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit cd378dac48 - Show all commits

View File

@ -4775,9 +4775,9 @@ static void rna_def_userdef_view(BlenderRNA *brna)
{USER_TIMECODE_MILLISECONDS,
"MILLISECONDS",
0,
"Compact with Milliseconds",
"Similar to SMPTE (Compact), except that instead of frames, "
"milliseconds are shown instead"},
"Compact with Decimals",
"Similar to SMPTE (Compact), except that the decimal part of the second is shown instead "
"of frames"},
{USER_TIMECODE_SECONDS_ONLY,
"SECONDS_ONLY",
0,