Blender Git Commit Log

Git Commits -> Revision c17611a

Revision c17611a by Campbell Barton (master)
July 11, 2018, 08:49 (GMT)
Manipulator: changes for overlay options

There are now 3 categories in the overlay popover:

- Navigation
- Active (camera, lamp... etc)
- Tool (manipulator)

The user preference for mini axis now controls if the mini axis
displays minimal or a full-interactive widget.

Part of design: T55863

Commit Details:

Full Hash: c17611af951e46fb82bf43d7449240f2f829b78f
Parent Commit: 64d40c8
Lines Changed: +118, -121

28 Modified Paths:

/release/scripts/startup/bl_ui/space_userpref.py (+5, -7) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+14, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+0, -1) (Diff)
/source/blender/draw/intern/draw_manager.c (+1, -1) (Diff)
/source/blender/editors/interface/resources.c (+1, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_draw_utils.c (+1, -12) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+0, -6) (Diff)
/source/blender/editors/mesh/editmesh_add_manipulator.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+4, -4) (Diff)
/source/blender/editors/mesh/editmesh_bisect.c (+5, -5) (Diff)
/source/blender/editors/mesh/editmesh_extrude_spin.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_inset.c (+4, -4) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+0, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+6, -3) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_armature.c (+6, -1) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+6, -2) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_empty.c (+4, -1) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_forcefield.c (+4, -1) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_lamp.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_navigate.c (+5, -6) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.h (+1, -1) (Diff)
/source/blender/editors/transform/transform_generics.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_manipulator_3d.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -3) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+7, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+17, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+12, -48) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021