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

How do I get the version my project was saved ?

Community Beginner ,
May 21, 2023 May 21, 2023

Copy link to clipboard

Copied

I am currently try to get the Substance Painter version of the project I have saved in. I am using Substance Painter 8.3.0 and use it to open the project from 8.2.0. Now it's able to see in the log.

[INFO]<Paint Document> The project has been updated from version 73 to version 75.

[INFO] <Paint Document> Project was last saved with Substance 3D Painter 8.2.0

But I am currious about how to get this property by any script language. If you have any idea, please feel free to help me out. Thank you for reading this!!

TOPICS
Discussion , Scripting

Views

313

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

Adobe Employee , May 22, 2023 May 22, 2023

Hi @_PiloGustinman,

 

This is something you can do trought our Python API. You'll find how to access the version under:

 

Help > Scription documentation > Python API > Substance_Painter Package > Project module > last_save_substance_painter_version()

 

Best regards,

 

Votes

Translate

Translate
Adobe Employee ,
May 22, 2023 May 22, 2023

Copy link to clipboard

Copied

Hi @_PiloGustinman,

 

This is something you can do trought our Python API. You'll find how to access the version under:

 

Help > Scription documentation > Python API > Substance_Painter Package > Project module > last_save_substance_painter_version()

 

Best regards,

 

Cyril Dellenbach (Micro) | QA Support Artist | Adobe

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
Community Beginner ,
May 22, 2023 May 22, 2023

Copy link to clipboard

Copied

I couldn't found that in the project module. There is only last_import_mesh_path()

 

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
Community Beginner ,
May 22, 2023 May 22, 2023

Copy link to clipboard

Copied

Here is the module I am finding the last_save_substance_painter_version() as you mentioned

https://substance3d.adobe.com/documentation/ptpy/api/substance_painter/project

 

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
Community Beginner ,
May 23, 2023 May 23, 2023

Copy link to clipboard

Copied

LATEST

Finally I found that, thank you too much @Cyril Dellenbach 

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