Skip to content

v3.0.0

Compare
Choose a tag to compare
@rob-aitchison rob-aitchison released this 06 Jul 20:11
· 57 commits to master since this release
d6a699a

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