Blender Git Commit Log
Git Commits -> Revision c919ce3
Revision c919ce3 by Bastien Montagne (master) October 4, 2015, 14:43 (GMT) |
Fix (unreported) broken export of timecodes in SubRip VSE exporter. Would write 1.04 seconds as `00:00:01,40` instead of `00:00:01,040`... Anyway, we already have BLI API for timecodes, much better to add SubRip timecode format there, heavily simplifies code. To be backported to final 2.76. |
Commit Details:
Full Hash: c919ce3aa9684b88849d5628e629c3a1ac87e40b
Parent Commit: 123b64f
Lines Changed: +38, -31