Skip to content

Releases: shotgunsoftware/tk-alias

v3.0.3

08 Mar 15:44
1f469bd
Compare
Choose a tag to compare

What's Changed

  • LMV translation updates and improve thumbnails on publish by @staceyoue in #167
  • Fix Alias startup failure on reading AboutBox.txt file by @staceyoue in #172
  • Add tk-framework-lmv requirement by @staceyoue in #178
  • Add action to SG panel to import a note attachment as canvas in Alias. by @staceyoue in #176
  • Improve error logging from Alias Python API. by @staceyoue in #171
  • Add warning message for references on 3D upload by @staceyoue in #175
  • Add extra validation for translator path and log messaging. by @staceyoue in #177
  • Add hook to customize ShotGrid menu. by @staceyoue in #174
  • Open published file using SG Toolkit Action "Open in Associated App" by @staceyoue in #179
  • Include thumbnail in LMV package by @staceyoue in #181
  • Fix multiple ShotGrid menus showing in Alias after restart by @staceyoue in #180
  • Update tk-framework-alias min version by @staceyoue in #182

Full Changelog: v3.0.2...v3.0.3

v3.0.2

30 Oct 15:04
26f55fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

24 Jul 16:02
49180c2
Compare
Choose a tag to compare

What's Changed

  • Fix publish error message

Dependency information

  • Minimum required tk-framework-alias version is now v1.0.1

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Jul 20:11
d6a699a
Compare
Choose a tag to compare

2023-Jul-06

What's Changed

  • Alias 2024 support with re-factored Engine
  • Cannot publish from Alias with Basic Config
  • BG Publish - CATPart file is exported with warning
  • Alias Viewport not refreshed after running some fixes

Breaking Changes

  • The alias_py module is no longer available. Instead use the engine property alias_py.
  • To access previous alias_py attributes, use engine.alias_py.py_<attribute_name (e.g. alias_py.utils -> engine.alias_py.py_utils)

See more details on porting from v2.x.x to v3.x.x here

Dependencies

Full Changelog: v2.2.1...v3.0.0

v2.2.1

05 May 18:01
b03f680
Compare
Choose a tag to compare

2023-May-05

Fixes

  • Fix get pipeline config
  • Fix background publishing when using Python 3.9 in Alias
  • Fix Python3.9 conflicting issue with VRED libraries

Dependencies

tk-framework-aliastranslations v0.2.3 is required for this.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

03 Mar 20:37
d6cac92
Compare
Choose a tag to compare

2023-Mar-06

Added support for both Python v3.7.x and v3.9.x to be able to run with SG Desktop v1.8.0

Enhancements

  • Publish Plugin - Add ability to generate a .vpb file after Alias wire publish finishes

Fixes

  • Fix listening for Alias events
  • Fix data validation performance
  • Specify all dependencies for data validation rule
  • Fix saving the context for Alias stage
  • BG Publish - CATPart file is not exported properly

Sub-versioning information

  • Alias ShotGrid Plugin v3.0.0
  • Alias Python API v3.4.0

Dependency information

  • The minimum required version for tk-framework-aliastranslations is now v0.2.3

Full Changelog: v2.1.9...v2.2.0

v2.1.9

26 Oct 20:31
520e344
Compare
Choose a tag to compare

2022-Oct-26

Improvements

  • Data Validation enhancements

v2.1.8

13 Oct 18:54
8c3dc4d
Compare
Choose a tag to compare

2022-Oct-13

Improvements

  • Data Validation enhancements
  • Import subdiv action handling
  • Updated documentation
  • Improved Alias Python API
  • Variant Publish fixes

v2.1.7

07 Jul 17:56
7a6dd31
Compare
Choose a tag to compare

v2.1.7

Improvements

  • Improved Alias Python API classes and functions for messaging and callbacks
  • Improved startup logic
  • Re-factored hooks to be able to use background publishing
  • Example Data Validation hook to help explain client customization capabilities
  • Official support for Alias 2023

v2.1.6

06 May 21:15
11409eb
Compare
Choose a tag to compare
  • Continued improvements to Alias Python API classes and functions to prepare for upcoming release of Data Validation Toolkit App