Blender Git Commit Log
Git Commits -> Revision dbf295b
December 28, 2009, 04:09 (GMT) |
Added location and rotation operator properties for adding objects. The Align to View boolean is now just used to set the rotation property value during invoke. This removes some reliance on 3d view info for non-interactive use, and also lets you specify new object's locations/rotations explicitly when calling from Python. |
Commit Details:
Full Hash: dbf295b904fb0bcb59656a57e32474b1f5adf77a
SVN Revision: 25586
Parent Commit: 860e460
Lines Changed: +180, -111
5 Modified Paths:
/source/blender/editors/armature/editarmature.c (+1, -1) (Diff)
/source/blender/editors/curve/editfont.c (+4, -2) (Diff)
/source/blender/editors/include/ED_object.h (+6, -3) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+59, -43) (Diff)
/source/blender/editors/object/object_add.c (+110, -62) (Diff)
/source/blender/editors/curve/editfont.c (+4, -2) (Diff)
/source/blender/editors/include/ED_object.h (+6, -3) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+59, -43) (Diff)
/source/blender/editors/object/object_add.c (+110, -62) (Diff)