📋 Metadata

💬 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


🔗 View on Blender Artists