Blender Git Commit Log
Git Commits -> Revision 700d9c5
Revision 700d9c5 by Johnny Matthews (master) July 15, 2004, 17:42 (GMT) |
This adds two modes to the 'around' drop down in 3d header 3d Cursor, only Ob Centers Median Point, only Ob Centers They prevent rotation/scaling from effecting the scale/rotation of the objects and just effects their position. This is handy for aligning objects if you constrain to an axis and scale, as well as other neato things :) Intrr came up with the code and I hacked it into the GUI |
Commit Details:
Full Hash: 700d9c5559080613200a24d7791545df159c2daf
SVN Revision: 2813
Parent Commit: 665a2f8
Lines Changed: +1372, -1387
8 Modified Paths:
/release/datafiles/blenderbuttons (+0, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+7, -4) (Diff)
/source/blender/src/blenderbuttons.c (+1338, -1365) (Diff)
/source/blender/src/edit.c (+6, -6) (Diff)
/source/blender/src/editface.c (+2, -0) (Diff)
/source/blender/src/editobject.c (+11, -11) (Diff)
/source/blender/src/header_view3d.c (+3, -0) (Diff)
/source/blender/src/space.c (+5, -1) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+7, -4) (Diff)
/source/blender/src/blenderbuttons.c (+1338, -1365) (Diff)
/source/blender/src/edit.c (+6, -6) (Diff)
/source/blender/src/editface.c (+2, -0) (Diff)
/source/blender/src/editobject.c (+11, -11) (Diff)
/source/blender/src/header_view3d.c (+3, -0) (Diff)
/source/blender/src/space.c (+5, -1) (Diff)