Blender Git Loki
Git Commits -> Revision ab31941
Revision ab31941 by Bastien Montagne (master) September 30, 2013, 20:53 (GMT) |
Fix [#36422] Trimmed audio files (hard cut only) in a metastrip have their trim removed Meta sound update (seq_update_sound_bounds_recursive_rec) was not taking into account hard trim (anim_startofs) when setting sound's start, while default sound strip update (sound_move_scene_sound_defaults) did... This could use some refactor, though, with a single func used in both cases, to avoid such issue. Also added soft trim to sound panel, only hard one was available. |
Commit Details:
Full Hash: ab3194187403a5a2e6ee15321f4c05315d86b215
SVN Revision: 60453
Parent Commit: 15e5d3e
Lines Changed: +9, -3