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!!
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,
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,
Copy link to clipboard
Copied
I couldn't found that in the project module. There is only last_import_mesh_path()
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
Copy link to clipboard
Copied
Finally I found that, thank you too much @Cyril Dellenbach