Blender Git Commit Log
Git Commits -> Revision 75bcb4c
Revision 75bcb4c by Daniel Dunbar (master) August 11, 2005, 03:31 (GMT) |
- added modifiers_getVirtualModifierList, returns pointer to first modifier but including "virtual" modifiers (for example, an object skel-parented to a lattice has a virtual first lattice modifier) - removed mesh_modifier(), all functionality has been incorporated into modifier stack (well, keys still don't exist as a modifier, but I am not sure if they should). - added interface option to convert a virtual modifier into a real modifier - added option to parent to lattice object or lattice with deform - bug fix, patch of hook indices patched all hooks (oops) not just ones for edited mesh NOTE: Files saved with 2.38 that include an object parented to a lattice will not load correctly, because it will look like the object is parented only to the object (i.e. without deform). Can be simply fixed by reparenting or adding a lattice modifier. Older files are handled automatically. |
Commit Details:
Full Hash: 75bcb4cd9805d58d4f79d5668860f47bf6f17194
SVN Revision: 5065
Parent Commit: ac3ed0f
Lines Changed: +185, -100
11 Modified Paths:
/source/blender/blenkernel/BKE_deform.h (+0, -1) (Diff)
/source/blender/blenkernel/BKE_modifier.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/deform.c (+0, -25) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -3) (Diff)
/source/blender/blenkernel/intern/modifier.c (+51, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+90, -51) (Diff)
/source/blender/src/editmesh.c (+18, -16) (Diff)
/source/blender/src/editmesh_tools.c (+0, -2) (Diff)
/source/blender/src/editobject.c (+14, -2) (Diff)
/source/blender/blenkernel/BKE_modifier.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/deform.c (+0, -25) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -3) (Diff)
/source/blender/blenkernel/intern/modifier.c (+51, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+90, -51) (Diff)
/source/blender/src/editmesh.c (+18, -16) (Diff)
/source/blender/src/editmesh_tools.c (+0, -2) (Diff)
/source/blender/src/editobject.c (+14, -2) (Diff)