If you turn SMPTE as the time unit in the scene settings all the time buttons will
display their value in SMPTE.
You can also input SMPTE values:
- 1h3s4
- 1:0:03:42
More on SMPTE:
http://en.wikipedia.org/wiki/SMPTE_timecode
Individual commits log:
- Support SMPTE display when entering a button
- Add parser to remove leading 0 from smtpe (because blender doesn't understand leading 0)
01:02:03 --> 1m2s3
- Add a time unit 'frame' that does not apply any scaling factor
(values entered in the UI are left unchanged)
- Added a B_UNIT_DEF_NOSCALE flag to bypass scaling.
Code mirrored from:
https://github.com/dfelinto/blender-git/tree/smpte
Individual commits on:
https://github.com/dfelinto/blender-git/tree/smpte-development
Patch by me and Benoit Bolsee developed for a 3rd party project.