Blender Git Commit Log
Git Commits -> Revision 7943f79
Revision 7943f79 by Ton Roosendaal (master) April 16, 2005, 14:01 (GMT) |
Softbody: - Added browsing for vertex group for "Goal" in SoftBody buttons. - Means the default name "SOFTGOAL" isn't needed anymore - temporally, on file read, the "SOFTGOAL" vertex group is set, if exists - removing vertex group possible too - changed softbody.c code to use this |
Commit Details:
Full Hash: 7943f7990ef3553761ce492237dc669cae3843db
SVN Revision: 4255
Parent Commit: 097726e
Lines Changed: +129, -95
6 Modified Paths:
/source/blender/blenkernel/intern/softbody.c (+29, -51) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -0) (Diff)
/source/blender/include/butspace.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -0) (Diff)
/source/blender/src/buttons_editing.c (+51, -40) (Diff)
/source/blender/src/buttons_object.c (+36, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -0) (Diff)
/source/blender/include/butspace.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -0) (Diff)
/source/blender/src/buttons_editing.c (+51, -40) (Diff)
/source/blender/src/buttons_object.c (+36, -4) (Diff)