UI: use force icon for objects in outliner, fix missing redraw when changing type

Differential Revision: https://developer.blender.org/D5008
This commit is contained in:
Alessio Monti di Sopra
2019-06-21 18:22:53 +02:00
committed by Brecht Van Lommel
parent 9bbd9d9b3b
commit f9e4568550
2 changed files with 6 additions and 0 deletions

View File

@@ -869,6 +869,8 @@ static int forcefield_toggle_exec(bContext *C, wmOperator *UNUSED(op))
WM_event_add_notifier(C, NC_OBJECT | ND_DRAW, ob);
WM_event_add_notifier(C, NC_OBJECT | ND_MODIFIER, ob);
DEG_id_tag_update(&ob->id, ID_RECALC_TRANSFORM);
return OPERATOR_FINISHED;
}