[Python] How to export project texture with my own preset?
Hi, I am currently try to export my project texture with my own preset by Python.
My Substance Painter version is 8.3.0.0
I found that this line go fine
substance_painter.resource.ResourceID( context="starter_assets", name="Arnold (AiStandard)").
#Result: resource://starter_assets/Arnold (AiStandard)
At the export_config =
"exportPath": "C:/export",
"defaultExportPreset" : export_preset.url() or "resource://starter_assets/Arnold (AiStandard)"
I would like to ask is there any way to get the url to my own preset?
I locate my own preset at \Document\Adobe\Adobe Substance 3D Painter\assets\export-presets
