Blender Git Loki
Git Commits -> Revision 24fc509
Revision 24fc509 by Bastien Montagne (master) February 11, 2012, 16:08 (GMT) |
Fix [#30136] Adding Sequence Plugin fails. Problem was in how file selector is called by the effect_strip_add operator invoke. WM_operator_filesel() is not suited, as it directly calls exec if filepath is already set, and sequencer_generic_invoke_xy__internal() will set that path unless otherwise told. So using rather the same way to do as the one used by the other "strip_add" operators... |
Commit Details:
Full Hash: 24fc50907d811823c2d78fd03080376b0089c6e9
SVN Revision: 44039
Parent Commit: 2956ea2
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_add.c (+2, -1) (Diff)