Skip to content

Releases: shotgunsoftware/tk-alias

v4.0.0

17 Sep 15:37
5166437
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v4.0.0

v3.3.1

24 Jun 14:37
890ae2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

21 May 14:13
6a7ebbb
Compare
Choose a tag to compare

What's Changed

  • Update Data Validation UI based on Alias events by @staceyoue in #190

Full Changelog: v3.2.0...v3.3.0

v3.2.0

16 Apr 19:46
471c19f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

26 Mar 17:18
cfa8ab1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.1.0

v3.0.4

13 Mar 18:45
794f7ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

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