You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add callback to ensure substance is not busy while publishing - #55
This PR is to add callback in substance painter to execute exporting texture sets or saving workfile only when substance is not busy. It is to ensure the publishing progress is not overlapping with the autosaving action by Substance.
Fixes: #47
Add a CI action to trigger MK Docs deployment on creating new tags.
when testing the CI action manually (trigger from Action tab manually on GH), it will generate a dummy-build version that will be deleted as soon as a tag is created.
Chore: Use new workfiles API to increment current workfile. - #48
When incrementing the workfile during publish, use the new context-based workfile API so that the current author information is stored with the saved file.
Brief description of the solution this PR is implementing. This should be only a few sentences and it will be publicly visible in the changelog. You can highlight importance of the change and add links to further information or supporting documentation
π Enhancement
Support for $uvTileName token in texture name - #36
This PR is to add support for $uvTileName token in texture export regarding to the update of Substance Painter 11.0.0.
Resolve #33