Post #1176: am

📋 Metadata

🏷️ Tags

stack-key hotkeys configuration intermediate

  • 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


🔗 View on Blender Artists