Copy link to clipboard
Copied
I am building a python plugin to simplify exporting, but I can't figure out how to get all the output templates.
I know how to get them individually like below.
unity_export_preset = substance_painter.resource.ResourceID(
context="your_assets",
name="My Unity HDRP Template")
But I don't know the smart way to get them all.
Have something to add?