Post #2732: : post_02734
🏷️ Tags
popup-dialog ui-customization intermediate solved
⚙️ Related PME Features
- Property Editor
- Custom tab scripting
💬 Content
RaphaelBarros:
I need to deactivate it after I press another button (not the buttons in the property itself).
You want to disable TexSize button?
You can do this in Custom tab:
sub = L.row(align=True); sub.enabled = False; sub.prop(props(), "TexSlot", text=slot, toggle=True, icon=icon, icon_value=icon_value)
❤️ 1 likes