Blender Git Commit Log
Git Commits -> Revision aa3ed47
November 28, 2009, 04:04 (GMT) |
* New tool - Join as Shapes Available in object mode (Object -> Join as Shapes), only works for meshes at the present. Will merge all selected objects as shape keys on the active object, if the vertex count is the same. This does not keep references to the external objects like in some applications, rather it's a quick way to update the shapes on the active object (perhaps after importing new versions from external applications). |
Commit Details:
Full Hash: aa3ed478483e02101d7ee04d9118f5ecca066a8e
SVN Revision: 24960
Parent Commit: 54c5859
Lines Changed: +231, -87
7 Modified Paths:
/release/scripts/ui/space_view3d.py (+1, -0) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -0) (Diff)
/source/blender/editors/mesh/meshtools.c (+78, -0) (Diff)
/source/blender/editors/object/object_add.c (+62, -8) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+87, -79) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -0) (Diff)
/source/blender/editors/mesh/meshtools.c (+78, -0) (Diff)
/source/blender/editors/object/object_add.c (+62, -8) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+87, -79) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)