In UV Faceselect, the button "Set vertex color" needed Mesh update flush.
This commit is contained in:
Ton Roosendaal
2005-10-03 21:29:45 +00:00
parent e006662a5b
commit b4c85d58f6

View File

@@ -3369,6 +3369,7 @@ 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);