Collecting Export Parameters from a Graph with the Python API
I am working on a Python-based Exporter that will interface with our Version Control software and Content Management systems to Check Out, Add, and Configure Textures output by a Graph.
I have been able to get some rudimentary support for this working by adapting the code found here:
export module
sd.tools.export.exportSDGraphOutputs(aSDGraph, aOutputDir='', aFileExt='png')
Export the textures of the output node of the specified sSDGraph :param aSDGraph: The graph that contains the outputs to export :param aOutputDir: The output directory used to save the output’s images :return: True if succeed else False
However, this code doesn't seem to use the information defined in the Export Outputs... options.

Is it possible for me to Query the Destination, Pattern, Output State and Exported Color Space parameters with the Python API?
Thanks.
