Export textures using Python?
I'm working on some Substance Designer pipeline tools and saw in the API reference an export function: sd.tools.export.exportSDGraphOutputs(aSDGraph, aOutputDir='', aFileExt='png'). This is exactly what I need but when I tested it out in the Python Editor Substance Designer returned:
[ERR][9]module 'sd.tools' has no attribute 'export'
When I ran dir() on the sd.tools it does seem that this export module does not exist:
[MSG][3]['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'graphlayout']
Was this functionality moved?
