📋 Metadata
- Author: roaoao
- Date: 2018-01-12 06:52:36
- Type:
answer - Reply to: post_01174
- Replies (1): post_01177
💬 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