Post #1319:
pr
π Metadata
- Author: roaoao
- Date: 2018-04-08 10:29:00
- Type:
answer - Quality Score: 8/10
- Reply to: post_01318
- Replies (1): post_01320
π·οΈ Tags
macro hotkeys configuration intermediate solved
βοΈ Related PME Features
- 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