SHIFT+K clear vertexpaint didn't work for faceselect+paint mode. Calls
to depsgraph were confused, now nicely centralized.
This commit is contained in:
2006-11-04 12:36:37 +00:00
parent 8e862a22ea
commit d471d2633c
2 changed files with 2 additions and 1 deletions

View File

@@ -3994,7 +3994,6 @@ void do_fpaintbuts(unsigned short event)
clear_vpaint_selectedfaces();
else
clear_vpaint();
DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
break;
case B_REDR_3D_IMA:
allqueue(REDRAWVIEW3D, 0);