Blender Git Loki
Git Commits -> Revision 9409eaf
Revision 9409eaf by Ton Roosendaal (master) October 20, 2005, 16:31 (GMT) |
Another option for more Armature deform control; The "Use VGroup" or "Use Envelope" options now are in Modifier Panel for Armature deform. If Modifiers are in use, they override the Armature settings for it. (Cannot get rid of the Armature panel options yet, since Blender still allows parenting to be deforming too, which is displayed as a Virtual modifier now) This now allows to - for example - make a Envelope deform on a Lattice, and have same Armature use vertexgroups on Mesh. Next; vertexgroup option for Lattice & Curve deform |
Commit Details:
Full Hash: 9409eaf92e1c41913528a7329be69c49463713d2
SVN Revision: 5526
Parent Commit: 1f1eb83
Lines Changed: +39, -10
6 Modified Paths:
/source/blender/blenkernel/BKE_lattice.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+3, -4) (Diff)
/source/blender/blenkernel/intern/modifier.c (+7, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+20, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/src/buttons_editing.c (+6, -2) (Diff)
/source/blender/blenkernel/intern/armature.c (+3, -4) (Diff)
/source/blender/blenkernel/intern/modifier.c (+7, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+20, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/src/buttons_editing.c (+6, -2) (Diff)