[Bf-blender-cvs] [464d3e905d1] master: Industry Compat keymap: Add Remesh shortcuts

William Reynish noreply at git.blender.org
Thu Dec 12 08:38:10 CET 2019


Commit: 464d3e905d1630260ac669d421bacf4d60f8d7ea
Author: William Reynish
Date:   Thu Dec 12 16:38:03 2019 +0900
Branches: master
https://developer.blender.org/rB464d3e905d1630260ac669d421bacf4d60f8d7ea

Industry Compat keymap: Add Remesh shortcuts

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

M	release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py

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

diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
index d03a018e4e4..9ae5dbe071d 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -3016,6 +3016,9 @@ def km_sculpt(params):
         # Dynamic topology
         ("sculpt.dynamic_topology_toggle", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
         ("sculpt.set_detail_size", {"type": 'D', "value": 'PRESS', "shift": True}, None),
+        # Remesh
+        ("object.voxel_remesh", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
+        ("object.quadriflow_remesh", {"type": 'R', "value": 'PRESS', "ctrl": True, "alt": True}, None),
         # Brush properties
         ("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS'},
          {"properties": [("scalar", 0.9)]}),



More information about the Bf-blender-cvs mailing list