Change Log

See also the GitHub Releases page

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.7.2+wwfx.1.4.0 (17 Feb 2021)

Added

  • Update documentation version and publish on tag

Removed

  • Old logic to pull version/release from changelog.

Fixed

  • CI: Explcitly not black format *.rst files.

v1.7.2+wwfx.1.3.0 (16 Feb 2021)

Added

  • GitHub CI:

    • Sphinx Documentation hosted on GitHub pages

      • How to: Generate Documentations

      • How to: Node Event Callbacks

      • Reference: API Reference

      • Reference: Events Architecture

    • Black format check for only our changes

  • (set_)using_sgtk node handler methods to set “Using Shotgun” and trigger appropriate callbacks

  • on_loaded callbacks to recalculate all node file paths upon scene load

  • on_node_event callbacks to recalculate file paths upon picking the node

  • Debug messages after setting target parameter path value.

Removed

  • restore_version_menu_index decorator from PR #17

Changed

  • Renamed some variables to be more explicitly clear it is related to import node’s work tab

  • Reverted version restore logic to be like PR #16