Blender Git Commit Log
Git Commits -> Revision 98fd7c2
Revision 98fd7c2 by Joshua Leung (master) January 22, 2012, 10:20 (GMT) |
Patch [#27790] Drag and drop parenting in outliner Submitted by Perry Parks (scuey) From the patch: This patch enables drag and drop parenting for objects in the outliner. Drag and drop is supported for a selection of multiple objects as well. Also, all of the "special" parenting tasks (armature, curve, lattice) are possible through the usual parenting context menus. For example, drag a mesh object onto an armature and you are prompted for using bone envelopes, automatic weights, etc. Demonstration on Vimeo: http://vimeo.com/25698606 |
Commit Details:
Full Hash: 98fd7c294881d0452b0c9eeb3e8b3a6b604567d9
SVN Revision: 43601
Parent Commit: c8cff5e
Lines Changed: +454, -57
6 Modified Paths:
/source/blender/editors/include/ED_object.h (+24, -0) (Diff)
/source/blender/editors/object/object_relations.c (+60, -57) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+275, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+6, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+3, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+86, -0) (Diff)
/source/blender/editors/object/object_relations.c (+60, -57) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+275, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+6, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+3, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+86, -0) (Diff)