Blender Git Loki

Git Commits -> Revision 85f90ed

Revision 85f90ed by Antonio Vazquez (master)
August 17, 2019, 14:26 (GMT)
Fix T68723: GPencil - Split Select mode for Sculpt and Edit mode

Actually, the selection mode is not visible in Sculpt mode when mask is enabled, but still is used.
Also, the mode is shared between Edit mode and Sculpt mode and for meshes the selector is by mode.

This commit splits the select mode in different properties and show the selector in Sculpt mode to define the Select mode. Also, the Select Mask button has been removed and now the Select Mode buttons work equal to Meshes where the select buttons are the mask enable too.

Fixed some old code not valid detected during these changes.

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

Commit Details:

Full Hash: 85f90ed6fd8858a60ea24dd82f73b88363207133
Parent Commit: 0e1d4de
Lines Changed: +155, -53

11 Modified Paths:

/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+3, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+13, -9) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+0, -9) (Diff)
/source/blender/editors/gpencil/gpencil_brush.c (+5, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+13, -2) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+0, -9) (Diff)
/source/blender/editors/gpencil/gpencil_select.c (+43, -8) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+15, -3) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+59, -3) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+0, -7) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021