Blender Git Commit Log
Git Commits -> Revision cffd10a
Revision cffd10a by Ton Roosendaal (master) December 26, 2012, 16:24 (GMT) |
Todo item: - Drop group into 3d window now puts itself at mouse cursor location. - Drop objects into 3d window now doesn't move the 3d cursor anymore. Added new function ED_view3d_cursor3d_position() to handle this, so the temporarily object-drop operator macro also could go away. (Which was setting 3d cursor) |
Commit Details:
Full Hash: cffd10a7c8569c7ca6edf171b3a542dcbec628af
SVN Revision: 53330
Parent Commit: 0bca6c1
Lines Changed: +36, -26
5 Modified Paths:
/source/blender/editors/include/ED_view3d.h (+1, -0) (Diff)
/source/blender/editors/object/object_add.c (+11, -1) (Diff)
/source/blender/editors/object/object_ops.c (+0, -9) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -8) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+22, -8) (Diff)
/source/blender/editors/object/object_add.c (+11, -1) (Diff)
/source/blender/editors/object/object_ops.c (+0, -9) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -8) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+22, -8) (Diff)