Post #1176:
am
📋 Metadata
- Author: roaoao
- Date: 2018-01-12 06:52:36
- Type:
answer - Quality Score: 8/10
- Reply to: post_01174
- Replies (1): post_01177
🏷️ Tags
stack-key hotkeys configuration intermediate
⚙️ Related PME Features
- Stack Key Editor
- Python Scripting
- Hotkey Configuration
💬 Content
amb:
How can i map brush strength on hotkeys? Example + = 0.1, - = -0.1
You can use stack keys to assign hotkeys to the code (increase/decrease brush strength):
brush(ups().use_unified_strength).strength += 0.1
brush(ups().use_unified_strength).strength -= 0.1
❤️ 1 likes