Bug fix: adding force fields from the add menu didn't sort the depsgaph, so hair didn't update straight away to force field settings changes.
This commit is contained in:
@@ -404,6 +404,8 @@ static Object *effector_add_type(bContext *C, wmOperator *op, int type)
|
||||
|
||||
ob->pd= object_add_collision_fields(type);
|
||||
|
||||
DAG_scene_sort(CTX_data_main(C), CTX_data_scene(C));
|
||||
|
||||
return ob;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user