Releases: shotgunsoftware/tk-alias
Releases · shotgunsoftware/tk-alias
v3.0.3
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
What's Changed
- Updates to developer docs links by @shaynacohen in #163
- Add software_credits by @julien-lang in #164
- Add SECURITY.md file by @carlos-villavicencio-adsk in #168
- Update minimum supported version to 2022. by @staceyoue in #169
New Contributors
- @shaynacohen made their first contribution in #163
- @julien-lang made their first contribution in #164
- @carlos-villavicencio-adsk made their first contribution in #168
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.0
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 propertyalias_py
. - To access previous
alias_py
attributes, useengine.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
- tk-framework-alias is now required to run
tk-alias
SG Engine
Full Changelog: v2.2.1...v3.0.0
v2.2.1
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
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 nowv0.2.3
Full Changelog: v2.1.9...v2.2.0
v2.1.9
2022-Oct-26
Improvements
- Data Validation enhancements
v2.1.8
2022-Oct-13
Improvements
- Data Validation enhancements
- Import subdiv action handling
- Updated documentation
- Improved Alias Python API
- Variant Publish fixes
v2.1.7
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
- Continued improvements to Alias Python API classes and functions to prepare for upcoming release of Data Validation Toolkit App