5.5.0
-
Resolved #246 : New document schema to store
families
in subsetIf you want to adopt this, the Pyblish Integrator plugin which responsible to write
subset
andversion
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
toworkio.open_file
in each host. - Renamed
workio.save
toworkio.save_file
in each host.
This is backward compatible, see #449 for detail.
- Renamed
-
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