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