Animation: Add duration display to frame range settings #104882

Merged
Christoph Lendenfeld merged 13 commits from ChrisLend/blender:scene_frame_count into main 2023-03-23 10:18:50 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 87bd8eedf8 - Show all commits

View File

@ -629,7 +629,7 @@ static const char *info_statusbar_string(Main *bmain,
timecode, sizeof(timecode), -2, FRA2TIME(frame_count), FPS, U.timecode_style);
ofs += BLI_snprintf_rlen(info + ofs,
len - ofs,
TIP_("Duration: %s (Frame %i/%i)"),
TIP_("Duration: %s (Frame %i / %i)"),
timecode,
relative_current_frame,
frame_count);