Skip to content

Releases: ynput/ayon-substance-painter

0.2.14

15 Dec 19:56

Choose a tag to compare

Changelog

πŸ’š Enhancement

Product base types: add support to creators - #63

This PR is to implement product alias into substance painter.
Resolve #62


0.2.13

01 Dec 08:56

Choose a tag to compare

Changelog

πŸ’š Enhancement

Support to create reviewable for textures - #60

This PR is to add the support to create reviewable for each texture image
Resolve #58


0.2.12

04 Nov 04:59

Choose a tag to compare

Changelog

πŸ› Bug

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


CI: Fix Mkdocs Automation - #54

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.

resolve #53


0.2.11

30 Sep 09:19

Choose a tag to compare

Changelog

πŸ’š Enhancement

Create: Use kwargs to call product name functions - #52

Use kwargs to call product name functions and use cached data to call them if possible.


0.2.10

02 Sep 07:14

Choose a tag to compare

Changelog

πŸ’š Enhancement

Chore: Allow per project addon version - #49

Addon can be used in per-project bundles.


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.


0.2.9

09 Jul 10:05

Choose a tag to compare

Changelog

πŸ’š Enhancement

Do not error on opening publisher UI when no project is open - #44

Do not crash on CreateTextures just when opening publisher UI when no substance painter project is open yet.


0.2.8

23 Apr 08:29

Choose a tag to compare

Changelog

πŸ› Bug

Settings: Fix CreateTexture channel mapping variable - #41

Fix the channel mapping variable to channel_mapping


Settings: Fix layout -> _layout attribute for Settings model - #40

Settings: Fix layout -> _layout attribute for Settings model


0.2.7

23 Apr 07:32

Choose a tag to compare

Changelog

πŸ› Bug

Addon: Fix `ayon_server` import - #39

Fix the ayon_server import in settings


0.2.6

23 Apr 07:31

Choose a tag to compare

Changelog

πŸŽ‰ Feature

Automated mkdocs setup - #35

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


Chore: Ruff validation - #34

Added ruff config for validation.


0.2.5

14 Mar 10:18

Choose a tag to compare

Changelog

πŸ’š Enhancement

Support to export texture sets as single output per texture map - #25

This PR is to add support to export texture sets as single output per texture map.
Resolve #20