📋 Metadata

💬 Content

RaphaelBarros:

Do you know If I could use the same code to enable and disable something like a “object naming box”, such as:

panel('OBJECT_PT_context_object', frame=False, header=False, expand=None, area='PROPERTIES')

Try to use disabled sub-layout in panel() function like this:

panel(..., layout=sub)

❤️ 2 likes


🔗 View on Blender Artists