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

Open
Damien Picard wants to merge 2 commits from pioverfour/blender:dp_compact_timecode_format into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

2 Commits

Author SHA1 Message Date
Damien Picard 87c19c8143 UI: increase timecode precision for decimal style
Timecodes in animation editors currently show only one decimal place
when the "Compact with Milliseconds" timecode style is selected. This
may not be sufficient precision, so increase the precision to 2 places
instead.

If one animates at 25 fps, each timecode is currently duplicated 2 or
3 times, which makes it hard to distinguish each frame.
2024-03-21 23:32:47 +01:00
Damien Picard cd378dac48 UI: rephrase Compact with Milliseconds user pref for Timecode Style
The user preference Timecode Style has a "Compact with Milliseconds"
item, but they are not actually milliseconds. For example at 25 fps,
frame 42 will be at 00:01+17, or 00:01.68, which is just seconds with
the decimal part. Actual milliseconds would be 00:01+680ms or
something, which would be cumbersome.

This commit rephrases the option to "Compact with Decimals" instead of
"Milliseconds".
2024-03-21 23:28:01 +01:00