• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Get list of Export presets

New Here ,
Oct 25, 2024 Oct 25, 2024

Copy link to clipboard

Copied

Is there a way to access the list of export presets with substance API?

TOPICS
Discussion , Import & Export , Scripting

Views

43

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Dec 06, 2024 Dec 06, 2024
        import substance_painter as sp
        resource_presets = sp.export.list_resource_export_presets()

Votes

Translate

Translate
New Here ,
Dec 06, 2024 Dec 06, 2024

Copy link to clipboard

Copied

LATEST
        import substance_painter as sp
        resource_presets = sp.export.list_resource_export_presets()

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources