[Bf-blender-cvs] [1b9e31f0043] retopo_transform: exposed fallback option to Gizmo type

jon denning noreply at git.blender.org
Sat Jul 16 13:00:38 CEST 2022


Commit: 1b9e31f0043358dee8345a6a2bd7c580d5b59c05
Author: jon denning
Date:   Wed Jun 8 10:05:18 2022 -0400
Branches: retopo_transform
https://developer.blender.org/rB1b9e31f0043358dee8345a6a2bd7c580d5b59c05

exposed fallback option to Gizmo type

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

===================================================================

M	source/blender/makesrna/intern/rna_wm_gizmo.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_wm_gizmo.c b/source/blender/makesrna/intern/rna_wm_gizmo.c
index 6c3d96726bb..0e307f5b424 100644
--- a/source/blender/makesrna/intern/rna_wm_gizmo.c
+++ b/source/blender/makesrna/intern/rna_wm_gizmo.c
@@ -1398,6 +1398,11 @@ static void rna_def_gizmogroup(BlenderRNA *brna)
        0,
        "Tool Init",
        "Postpone running until tool operator run (when used with a tool)"},
+      {WM_GIZMOGROUPTYPE_TOOL_FALLBACK_KEYMAP,
+       "TOOL_FALLBACK_KEYMAP",
+       0,
+       "Use fallback tools keymap",
+       "Add fallback tools keymap to this gizmo type."},
       {WM_GIZMOGROUPTYPE_VR_REDRAWS,
        "VR_REDRAWS",
        0,



More information about the Bf-blender-cvs mailing list