Post #2732: ![](https://blenderartists.org/user_avatar/blenderartists.org/raphaelbarros/48/1

📋 Metadata

🏷️ Tags

popup-dialog ui-customization intermediate solved

  • 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


🔗 View on Blender Artists