📋 Metadata
- Author: roaoao
- Date: 2018-04-08 10:29:00
- Type:
answer - Reply to: post_01318
- Replies (1): post_01320
💬 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