Skip to content

1.1.1

Compare
Choose a tag to compare
@ynbot ynbot released this 17 Feb 10:51
· 91 commits to main since this release

Changelog

πŸ’š Enhancement

Tools: Use task label if is set - #1145

Use task label in UIs if is set on entity.


Attribute definitions: Multiselection EnumDef allows empty items - #1138

EnumDef does not require to have items.


UI: Nice checkbox uses odd sizes - #1136

NiceCheckbox does use odd sizes for frame to paint to avoid cropped paint.


Chore: Use platformdirs instead of appdirs - #1134

Replace usage of appdirs with platformdirs.


Chore: Remove 'six' usage - #1133

Removed usage of six.


Chore: Pass 'AYON_USE_STAGING' to farm jobs - #1130

Pass AYON_USE_STAGING to farm jobs to enable staging mode automatically.


Add custom product name profiles for substance designer - #1129

Add custom product name profiles for substance designer
Fix ynput/ayon-substance-designer#9


Create Placeholder: Do not list AutoCreator and HiddenCreator - #1127

Create Placeholder: Do not list AutoCreator and HiddenCreator


Add substance designer as being part of the hosts in extract thumbnail - #1124

Supports to extract thumbnail for substance designer
Resolve ynput/ayon-substance-designer#8


Enum attribute definition: Allow placeholder text - #1108

Added option to define placeholder in EnumDef.


πŸ› Bug

Escape & on Windows in shell using ^& in `run_subprocess` - #1123

Escape & on Windows in shell using ^& in run_subprocess