Post #2689:
Ma
📋 Metadata
- Author: roaoao
- Date: 2019-08-29 08:54:19
- Type:
answer - Quality Score: 8/10
- Reply to: post_02688
- Replies (2): post_02693, post_02697
🏷️ Tags
popup-dialog conditional-menus intermediate solved
⚙️ Related PME Features
- Popup Dialog Editor
- Python Scripting
- Custom tab functionality
💬 Content
MatsuikoHiroka:
id like to ask again if its possible to disable some menu’s
for example when i switch to eevee i want to hide this
Add a new Popup Dialog for this buttons and use it in your main Popup Dialog like this (‘Custom` tab):
draw_menu("Sub Popup Dialog") if C.scene.render.engine == 'CYCLES' else None
❤️ 2 likes