Post #3600: Hi roaoao,
📋 Metadata
- Author: Motiomancer
- Date: 2020-09-29 01:08:53
- Type:
question - Quality Score: 7/10
- Replies (1): post_03605
🏷️ Tags
popup-dialog macro scripting advanced unsolved
⚙️ Related PME Features
- Popup Dialog Editor
- Macro Editor
- Python Scripting
💬 Content
Hi roaoao,
Is there a way to do this
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper; cls = ToolSelectPanelHelper._tool_class_from_space_type(C.space_data.type); col = L.column(); col.scale_x = 1.2; cls.draw_cls(col.column(), C, detect_layout=False)
but for this dynamic brush setting?

I’ve tried to add it with interactive panel but it only works with the popover option and I’m trying to put it as an expanded menu.
Thanks