Merge branch 'blender-v2.91-release'

This commit is contained in:
Philipp Oeser 2020-10-21 21:21:32 +02:00
commit d7e3b3aed0
1 changed files with 1 additions and 0 deletions

View File

@ -1244,6 +1244,7 @@ static int parent_noinv_set_exec(bContext *C, wmOperator *op)
DEG_relations_tag_update(bmain);
WM_event_add_notifier(C, NC_OBJECT | ND_TRANSFORM, NULL);
WM_event_add_notifier(C, NC_OBJECT | ND_PARENT, NULL);
return OPERATOR_FINISHED;
}