Blender Git Commit Log
Git Commits -> Revision ec477f7
Revision ec477f7 by Ton Roosendaal (master) November 17, 2005, 11:40 (GMT) |
Another Orange sneak-in feature: SoftBody support for Curves & Surfaces. Well, it already worked a bit, but without weight options or edge stiffness. You now can set the weights using the "Properties" Panel in the 3D Window (allows multiple selections too) or with Wkey in Edit Mode. Bezier curves have this too. NOTE: Lattice SoftBody Goal created yesterday won't work anymore! I've had to recode weight support for Nurbs Points, using a new weight variable... this because the existing W variable was in use for Nurbs already. Also Lattices have this new Weight variable, so the code is nice uniform. Sorry for the artists who already created complex Lattices... :) NOTE2: Surface Objects don't support edge stiffness yet NOTE3: I've removed ancient screen coordinates from the Bezier struct, which makes - even with added weight and padding - the struct smaller! Demo file: http://download.blender.org/demo/test/2.40/softbody_curve_lattice.blend |
Commit Details:
Full Hash: ec477f7a638b4d048c288e347ae6b467f4675576
SVN Revision: 5810
Parent Commit: 96221a5
Lines Changed: +173, -89
8 Modified Paths:
/source/blender/blenkernel/intern/displist.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/softbody.c (+93, -8) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+2, -4) (Diff)
/source/blender/src/buttons_object.c (+8, -6) (Diff)
/source/blender/src/drawipo.c (+0, -36) (Diff)
/source/blender/src/drawview.c (+31, -24) (Diff)
/source/blender/src/editipo.c (+8, -8) (Diff)
/source/blender/src/editobject.c (+29, -2) (Diff)
/source/blender/blenkernel/intern/softbody.c (+93, -8) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+2, -4) (Diff)
/source/blender/src/buttons_object.c (+8, -6) (Diff)
/source/blender/src/drawipo.c (+0, -36) (Diff)
/source/blender/src/drawview.c (+31, -24) (Diff)
/source/blender/src/editipo.c (+8, -8) (Diff)
/source/blender/src/editobject.c (+29, -2) (Diff)