Post #719: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

  • Author: TeaCrab
  • Date: 2017-06-10 23:18:08
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00717

🏷️ Tags

popup-dialog custom-scripting intermediate solved

  • Popup Dialog Editor
  • Custom Tab
  • Python Scripting

💬 Content

roaoao:

Should be fixed in PME 1.13.6

You can display Popup Dialog by its name in Custom tab:

draw_menu("Camera Popup Dialog") if C.active_object and C.active_object.type == 'CAMERA' else draw_menu("Mesh Popup Dialog")

WOW!

I had no idea the custom tab was able to do this!

Thanks you very much!!!


🔗 View on Blender Artists