Post #3115: : post_03117
🏷️ Tags
pie-menu custom-scripting advanced solved
⚙️ Related PME Features
- Custom Tab
- Python Scripting
- Macro Editor
- Custom Icons
💬 Content
MickHanks:
wish list
Thanks!
-
Doable in
Customtab. Eg:
sub = L.row(align=True); sub.scale_x = 2; sub.operator("pme.exec", text=slot, icon=icon, icon_value=icon_value).cmd = "print('Hello')"
-
Blender doesn’t support this
-
Blender doesn’t support this
-
Blender doesn’t support this
-
Blender doesn’t support this
-
Will try to add in the next version
-
Doable in
Customtab:
L.label(text=slot, icon=icon, icon_value=icon_value)
❤️ 3 likes