mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
- Use container `_timeline_item` to ensure we act on the expected timeline item - otherwise `lib.get_pype_timeline_item_by_name` can take the wrong one if the same subset is loaded more than once which made update/remove actually pick an unexpected timeline item. - On update, remove media pool item if previous version now has no usage - On remove, only remove media pool item if it has no usage - Don't duplicate logic to define version data to put in tag data, now uses a `get_tag_data` method - Don't create a `fake context` but use the `get_representation_context` to get the context on load to ensure whatever uses it has the correct context. |
||
|---|---|---|
| .. | ||
| addons | ||
| client | ||
| hooks | ||
| host | ||
| hosts | ||
| lib | ||
| modules | ||
| pipeline | ||
| plugins | ||
| resources | ||
| scripts | ||
| settings | ||
| style | ||
| tests | ||
| tools | ||
| vendor | ||
| widgets | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| pype_commands.py | ||
| version.py | ||