maya "export all" window blocks my plugins script UI
Posted
by
Hinchy
on Stack Overflow
See other posts from Stack Overflow
or by Hinchy
Published on 2013-11-08T15:51:27Z
Indexed on
2013/11/08
15:53 UTC
Read the original article
Hit count: 270
I'm writing a custom File Translator for Maya which can export only (I have only declared the writer function).
Currently having a problem with the MEL script which defines the plugin's options as a GUI.
Currently I have a blank Maya scene, go to "file->export all". This creates the "File Export All" dialog, I then select my plugin exporter which runs my MEL script to create the bespoke options window. This new window is created behind the "File Export All" dialog and is not selectable!
Do I have to place my export plugin specific options within the export all dialog rather than placing them in a separate window?
Thanks for any links, tips or pointers you can provide.
© Stack Overflow or respective owner