Some fixes;

- Armature deform options "Envelope" and "Vertexgroup" didn't combine. One
  Vertexgroup added disabled all Envelopes
- "Clear" option in WPaint Panel now sends refresh to deform
- Same for Undo in Wpaint
This commit is contained in:
2005-08-21 22:01:20 +00:00
parent af935e597f
commit 838d938522
3 changed files with 9 additions and 8 deletions

View File

@@ -2932,6 +2932,7 @@ void do_fpaintbuts(unsigned short event)
for(a=0; a<me->totvert; a++)
remove_vert_defgroup (ob, defGroup, a);
allqueue(REDRAWVIEW3D, 0);
DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
}
}
}