📋 Metadata
- Author: TeaCrab
- Date: 2017-06-10 23:18:08
- Type:
answer - Reply to: post_00717
💬 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!!!