Post #2689: Ma

📋 Metadata

🏷️ Tags

popup-dialog conditional-menus intermediate solved

  • 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


🔗 View on Blender Artists