Post #1319: pr

πŸ“‹ Metadata

🏷️ Tags

macro hotkeys configuration intermediate solved

  • Stack Key Editor
  • Hotkey Configuration
  • Python Scripting

πŸ’¬ Content

presha:

In sculpt mode, how can I increase/decrease the brush size, by let’s say 5px? I want to use shift + mousewheel for that.

Use Stack Keys to assign hotkeys to the code:

brush(ups().use_unified_size).size += 5



brush(ups().use_unified_size).size -= 5

Set Sculpt keymap instead of Image Paint (you can add both of them if you want by using + button)
and shift+WheelUp/WheelDown hotkeys instead of F1/F2.


❀️ 1 likes


πŸ”— View on Blender Artists