Changelog#

The format is based on Keep a Changelog.

[2.0.2]#

Fixed#

  • Fixed crash when layer identifier is a pathlib.Path

[2.0.1]#

Fixed#

  • Fixed Test assets to large to work without LFS

[2.0.0]#

Changed#

  • Updated Pydantic to V2

[1.5.1]#

Fixed#

  • Added typing to get_reference_file_paths and added to __all__

[1.5.0]#

Added#

  • Added get_reference_file_paths to prim_utils.py

[1.4.0]#

Changed#

  • Renamed trex prim utility names for clarity

[1.3.2]#

Added#

  • Added dialog utils

[1.3.1]#

Added#

  • Added user_utils.py

  • Added get_user_key to user utils

[1.3.0]#

Added#

  • Added is_layer_from_capture to asset utils

[1.2.2]#

Added#

  • Added option to not ignore invalid paths for is_asset_ingested()

[1.2.1]#

Changed#

  • Changed repo link

[1.2.0]#

Added#

  • Added ability to filter by layer in get_prim_paths and filter_prims_paths

[1.1.1]#

Changed#

  • Don’t use pydantic for typing to fix documentation

[1.1.0]#

Added#

  • Added asset_utils

  • Added prim_utils

Changed#

  • Renamed file_path to file_utils

[1.0.2]#

Changed#

  • Update to Kit 106

[1.0.1]#

Changed#

  • Set Apache 2 license headers

[1.0.0] - 2024-02-28#

Added#

  • Created