Blender Git Loki
Git Commits -> Revision be30007
Revision be30007 by Martin Poirier (master) September 28, 2009, 19:49 (GMT) |
Adding back more functionalities for transform orientations. Create new orientation is now Ctrl-Alt-Space (Alt-Space is select orientation and the old ctrl-shift-c is taken by add constraints). New orientation panel in 3d view sidebar (nkey) has operator buttons for select, create and delete. Eventually, this should become a list. Note that orientation operators are missing notifiers to properly redraw the 3d view and its header properly. |
Commit Details:
Full Hash: be3000773b4d0860a4c7bb1d262deaf655e2b522
SVN Revision: 23547
Parent Commit: 31b7742
Lines Changed: +296, -137
7 Modified Paths:
/release/scripts/ui/space_view3d.py (+21, -0) (Diff)
/source/blender/editors/include/ED_transform.h (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.h (+7, -6) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+9, -2) (Diff)
/source/blender/editors/transform/transform_ops.c (+93, -1) (Diff)
/source/blender/editors/transform/transform_orientations.c (+162, -126) (Diff)
/source/blender/editors/include/ED_transform.h (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.h (+7, -6) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+9, -2) (Diff)
/source/blender/editors/transform/transform_ops.c (+93, -1) (Diff)
/source/blender/editors/transform/transform_orientations.c (+162, -126) (Diff)