Post #1465: @iceythe, Great popup, thanks for sharing!
📋 Metadata
- Author: roaoao
- Date: 2018-07-10 13:44:52
- Type:
answer - Quality Score: 8/10
- Reply to: post_01463
- Replies (1): post_01466
🏷️ Tags
popup-dialog scripting advanced
⚙️ Related PME Features
- Popup Dialog Editor
- Python Scripting
- Brush Context Functions
💬 Content
@iceythe, Great popup, thanks for sharing!
Btw, PME has context sensitive function for the active brush:
brush(use_ups=False) # use_ups - Use Unified Paint Settings
brush().auto_smooth_factor
brush(ups().use_unified_size).size
brush(ups().use_unified_strength).strength
ups() # returns bpy.context.tool_settings.unified_paint_settings
❤️ 1 likes