Regarding batch exporting Arnold .ass files using python. I have already written a tool which batch exports selected objects in Maya to separate .ass files using predefined options. This works great.
Now what I want is to give the user checkboxes in the UI to select the options of arnold export (the same which are there in Maya ass export options - lights, cameras, shapes, shaders etc) Something like this: <https://lh3.googleusercontent.com/-5u3j5dmiB6Q/VyiDDlklqZI/AAAAAAAAMe8/6PmKKe7q-sMd7U-idx4ATRdzHBuUOknJACLcB/s1600/arnold_options.png> The thing is: the current command takes a string for options. pmc.exportSelected(export_file, f=1, typ="ASS Export", options="-mask 8;-lightLinks 0;-compressed;-boundingBox;-shadowLinks 0") And the "mask" int changes based on options selected. Can anyone help me. *note: pmc is pymel* -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/ee981f4c-82fd-4597-8b49-c67e53aca966%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
