Blender Git Loki
Git Commits -> Revision 1bfbfa2
Revision 1bfbfa2 by Campbell Barton (master) February 21, 2019, 10:59 (GMT) |
Transform: remove constraints from the redo panel Constraint options had confusing behavior: - When non were pressed, the orientation was ignored. - When any were pressed, the orientation was used, but only unconstrained axed could be adjusted. Now constraining is only used for modal execution so there is no need to show these in the interface. When an orientation is selected, the XYZ values always transform using that space. Note, transform system should be refactored to support different orientations w/o having to use constraints. Addresses T57204 |
Commit Details:
Full Hash: 1bfbfa281046b9d600a1604794fce3aadd7f5cf7
Parent Commit: 510810c
Lines Changed: +88, -38
5 Modified Paths:
/source/blender/editors/transform/transform.c (+57, -34) (Diff)
/source/blender/editors/transform/transform.h (+9, -0) (Diff)
/source/blender/editors/transform/transform_generics.c (+9, -1) (Diff)
/source/blender/editors/transform/transform_gizmo_extrude_3d.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+10, -2) (Diff)
/source/blender/editors/transform/transform.h (+9, -0) (Diff)
/source/blender/editors/transform/transform_generics.c (+9, -1) (Diff)
/source/blender/editors/transform/transform_gizmo_extrude_3d.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+10, -2) (Diff)