Attending:
- David Feltell (Foundry)
- Robert Fanner (Foundry)
- Tom Cowland (Cinesite)
- Matt Daw (Movielabs)
- Ondřej Samohel (Ynput)
- Sam Richards (Walt Disney Imagineering)
- Barry Dempsey
- Hybrid plugin system Jupyter notebook
- Katana AssetAPI adapter open sourcing prep work.
- Basic Asset Library (BAL) runtime database updates
-
UI delegation API design
- OS: Guidance somehow for DCC ISVs as to what standard UI elements they should support for delegation. DF: UI traits/specifications can be a reference. RF: we should document this more explicitly. DF: Katana is a good reference, as it already has a set of delegated UI elements.
- SR/OS: Consider use-case of "manifest dialog" showing all entities in a project, and providing the plugin with references to the native SDK object(s) where those entities are used. E.g. for version pinning. TC: consider HostInterface class as a way to query SDK objects.
- TC: Applications maintaining support for QWebView very useful for delegated UI elements.
-
pybind11 minimum version pinning (e.g.
frozenset
support)- AssetIO-TraitGen v1.0.0-alpha.11 and OpenAssetIO-MediaCreation
v1.0.0-alpha.11 released without
frozenset
.
- AssetIO-TraitGen v1.0.0-alpha.11 and OpenAssetIO-MediaCreation
v1.0.0-alpha.11 released without
- Katana AssetAPI open sourcing release
- Shotgrid/Flow starter plugin
- OS: OpenAssetIO unfortunately not suitable for use ubiquitously in internal pipeline tooling due to the need to support old applications, in particular on old versions of Python. Had to come up with an alternative representation for OpenAssetIO MediaCreation traits. Will post a discussion/issue on OpenAssetIO GitHub explaining further. RF: we should reconsider level of support for older applications in light of this.