Blender Git Loki
Git Commits -> Revision 09bae3d
Revision 09bae3d by Bastien Montagne (master) March 25, 2013, 17:22 (GMT) |
Fix [#34716] Change Trim Duration (soft) value nothing happening. until mouse drag footage(image sequence) As those two properties do not need a custom set func, yet need recalc of strips drawing/positions in addition to usual rna_Sequencer_update() (cache invalidating), I renamed rna_Sequence_frame_change_update to do_sequence_frame_change_update, and made a new rna_Sequence_frame_change_update which is directly usable as RNA update func, and call both the strip and cache update funcs. Thanks to Sergey for advices! |
Commit Details:
Full Hash: 09bae3d35dc7c7f303d6ab3c16ff756760eb5b67
SVN Revision: 55573
Parent Commit: 40ab9be
Lines Changed: +35, -26
1 Modified Path:
/source/blender/makesrna/intern/rna_sequencer.c (+35, -26) (Diff)