DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags which only apply to objects. harmless but misleading.
This commit is contained in:
@@ -287,7 +287,7 @@ static void ringsel_finish(bContext *C, wmOperator *op)
|
||||
WM_event_add_notifier(C, NC_SCENE|ND_TOOLSETTINGS, CTX_data_scene(C));
|
||||
}
|
||||
|
||||
DAG_id_tag_update(lcd->ob->data, OB_RECALC_DATA);
|
||||
DAG_id_tag_update(lcd->ob->data, 0);
|
||||
WM_event_add_notifier(C, NC_GEOM|ND_DATA, lcd->ob->data);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user