This diff is based on the conversation T38242.
It changes the following aspects of the render stamp feature:
- The render timecode burn will now respect the format selected in the user prefs (SMPTE, minimal, etc).
- RenderTime becomes Render Time in UI and render burn in
- Time becomes Timecode in UI and render burn in
- Seq. strip in UI becomes Strip to match the render burn in
- Timecode tooltip updated to tell user that the user preference timecode style will be used
- Moved the function that formats the timecode based on the user preferences and current frame to Blenlib (BLI_timecode.h and BLI_timecode.c); removed from anim_draw.c and ED_anim_api.h;
- Updated CmakeLists.txt in Blendlib
- custom timecode format in VSE has been removed - now uses user preference timecode format
Please note that the new timecode format is included in image metadata (PNG tested) but the labels remain the same (Time; RenderTime).
Translation impacts: Yes (tooltip, UI, render text changes)
Documentation impacts: Yes
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Post_Process/Stamp
Happy to do the wiki update...
- andrew