Depsgraph: Remove extra modifiers callback loop
Seems to be a copy-paste error from code above.
This commit is contained in:
parent
03469d90b2
commit
f92fc950c2
@ -427,7 +427,6 @@ void DepsgraphNodeBuilder::build_object(Scene *scene, Base *base, Object *ob)
|
||||
BuilderWalkUserData data;
|
||||
data.builder = this;
|
||||
data.scene = scene;
|
||||
modifiers_foreachObjectLink(ob, modifier_walk, &data);
|
||||
BKE_constraints_id_loop(&ob->constraints, constraint_walk, &data);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user