Fix for bug #10347: particles reset with orbit around selection
option, was doing unnecessary dependency graph calls.
This commit is contained in:
@@ -3072,6 +3072,10 @@ static void set_trans_object_base_flags(TransInfo *t)
|
|||||||
*/
|
*/
|
||||||
Base *base;
|
Base *base;
|
||||||
|
|
||||||
|
/* don't do it if we're not actually going to recalculate anything */
|
||||||
|
if(t->mode == TFM_DUMMY)
|
||||||
|
return;
|
||||||
|
|
||||||
/* makes sure base flags and object flags are identical */
|
/* makes sure base flags and object flags are identical */
|
||||||
copy_baseflags();
|
copy_baseflags();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user