Post #1465: @iceythe, Great popup, thanks for sharing!

📋 Metadata

🏷️ Tags

popup-dialog scripting advanced

  • 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


🔗 View on Blender Artists