mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
reset hierarchy model and asset docs cache
This commit is contained in:
parent
46846e0551
commit
bcda4aa985
1 changed files with 3 additions and 0 deletions
|
|
@ -1819,6 +1819,9 @@ class PublisherController(BasePublisherController):
|
|||
# Reset avalon context
|
||||
self._create_context.reset_current_context()
|
||||
|
||||
self._hierarchy_model.reset()
|
||||
self._asset_docs_cache.reset()
|
||||
|
||||
self._reset_plugins()
|
||||
# Publish part must be reset after plugins
|
||||
self._reset_publish()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue