Skip to main content
Participant
March 12, 2022
Question

How can I get all output templates

  • March 12, 2022
  • 0 replies
  • 184 views

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.

 

This topic has been closed for replies.