Blender Git Loki
Git Commits -> Revision bb98e83
Revision bb98e83 by Bastien Montagne (master) July 23, 2018, 15:42 (GMT) |
Fix T55668: Volume Keyframe on Cut-ted Metastrip. We actually still had cases of Meta strip duplication resulting in non-unique strip names. Quiet surprising this went unoticed for so long. :( Fixed that bug, and think it was last one (at least, no other case of SEQ_DUPE_UNIQUE_NAME usage should be broken, I think...), and raised subversion and updated doversion to run uniquename check on strips on all previous fileversions. Note: will have to do that again when merging in 2.8... |
Commit Details:
Full Hash: bb98e83b99e63348e0396a5ffe5bb2a20ff1607a
Parent Commit: 01f5601
Lines Changed: +26, -22
6 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_250.c (+0, -18) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+20, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+3, -2) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_250.c (+0, -18) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+20, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+3, -2) (Diff)