Blender Git Commit Log
Git Commits -> Revision ddbfb04
October 28, 2006, 16:48 (GMT) |
* Changed the Curve Modifier to have it's own X/Y/Z axis deform direction settings, rather than using the object's TrackX/Y/Z/etc buttons. This is good for two reasons: a) having the settings over in the object buttons before was terribly unintuitive and hidden, now it's more visible how to control the deformation, and b) now if you have more than one curve modifier, they can have their own settings, instead of being forced to use the object level data. |
Commit Details:
Full Hash: ddbfb04642187505ff8c321fc1febd1a55576f59
SVN Revision: 8694
Parent Commit: 3e0c454
Lines Changed: +49, -10
6 Modified Paths:
/source/blender/blenkernel/BKE_lattice.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/lattice.c (+6, -6) (Diff)
/source/blender/blenkernel/intern/modifier.c (+10, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+10, -0) (Diff)
/source/blender/src/buttons_editing.c (+9, -2) (Diff)
/source/blender/blenkernel/intern/lattice.c (+6, -6) (Diff)
/source/blender/blenkernel/intern/modifier.c (+10, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+10, -0) (Diff)
/source/blender/src/buttons_editing.c (+9, -2) (Diff)