Skip to content

5.5.0

Compare
Choose a tag to compare
@davidlatwe davidlatwe released this 17 Sep 14:40
· 307 commits to master since this release
  • Resolved #246 : New document schema to store families in subset

    If you want to adopt this, the Pyblish Integrator plugin which responsible to write subset and version into the database, require to update the document schema name.

    And here's the simplest principle that worth to follow:

    • If subset already exists, do not use new schema on next version.
    • If subset will be created on integration, do use the new schema on both subset and version.

    Backward compatible, see #443 for detail.

  • Resolved #407 : Refactor Work Files API

    • Renamed workio.open to workio.open_file in each host.
    • Renamed workio.save to workio.save_file in each host.

    This is backward compatible, see #449 for detail.

  • Optimized AssetModel

    The launch time of Loader tool and Project Manager has been decreased tremendously.
    See #447 for detail.

  • Resolved #179, #289, #445 : Improved Creator tool

    • Better visual feedback and status message from subset name input field
    • Validate inputted subset name immediately with GUI feedback
    • Fixed asset name validation bug