Blender Git Commit Log

Git Commits -> Revision 86915d0

Revision 86915d0 by Pablo Dobarro (master)
April 13, 2021, 18:31 (GMT)
Object: Enable transfer mode functionality for switching objects in Sculpt Mode

This implements the changes discussed in T87134 for including switch
object funcionality in 2.93. This includes:

- Remove the switch object operator experimental option
- Remove the option for switching objects in Edit Mode.
- Rename switch_object to transfer_mode.
- Enable the operator only in sculpt mode.
- Expose the operator in the Sculpt menu with an eyedropper modal
option.

On later releases, we could revisit enabling the operator in other mode
and object types as well as its place in the UI.

Reviewed By: JulienKaspar, JacquesLucke

Differential Revision: https://developer.blender.org/D10953

Commit Details:

Full Hash: 86915d04ee3801a916d3b12cac5cc523c6c9149a
Parent Commit: 1a81693
Lines Changed: +112, -47

8 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+3, -4) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+5, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -1) (Diff)
/source/blender/editors/object/object_modes.c (+101, -33) (Diff)
/source/blender/editors/object/object_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+0, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021