diegogarciahuerta / tk-substancepainter

:moyai: Shotgun Toolkit Engine for Allegorithmic Substance Painter https://www.allegorithmic.com/products/substance-painter
Other
45 stars 36 forks source link

2020 versioning changes #7

Closed jhultgre closed 4 years ago

jhultgre commented 4 years ago

Substance painter went from version 2019.3.3 to version 6.1.0. That breaks the minimum version check.

MrDice commented 4 years ago

It's part of the official release notes (https://docs.substance3d.com/spdoc/version-2020-1-6-1-0-194216357.html). A simple approach may be the replacement of the years (2017.x -> 3.x; 2018.x -> 4.x; 2019.x -> 5.x; 2020.x -> 6.x). We are currently implementing it for us. If it works I can maybe share it here as a pull request.

diegogarciahuerta commented 4 years ago

FYI, I have a fix on it's way, I got distracted playing with the new Python API...

diegogarciahuerta commented 4 years ago

Would anyone be able to test the pull request #9 .(branch) I tested myself with the versions I had at hand and seems to work: 6.1.0 (new versioning system) 2019.2.3 (old versioning system) 2017.1.0 (old versioning system, and not supported by the engine, ie. older than 2018.3)

diegogarciahuerta commented 4 years ago

Closing issue, resolved in release 1.2.2 Thanks @MrDice for pointing out this issue!