📋 Metadata
- Author: roaoao
- Date: 2019-09-18 16:10:34
- Type:
answer - Reply to: post_02759
💬 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