mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed 'reset_project_data_cache' used in traypublisher
This commit is contained in:
parent
56cea034ab
commit
d71f201f65
2 changed files with 3 additions and 7 deletions
|
|
@ -1213,10 +1213,6 @@ class AbstractPublisherController(object):
|
|||
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def reset_project_data_cache(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def set_comment(self, comment):
|
||||
"""Set comment on pyblish context.
|
||||
|
|
@ -1905,9 +1901,6 @@ class PublisherController(AbstractPublisherController):
|
|||
|
||||
self._publish_next_process()
|
||||
|
||||
def reset_project_data_cache(self):
|
||||
self._asset_docs_cache.reset()
|
||||
|
||||
|
||||
def collect_families_from_instances(instances, only_active=False):
|
||||
"""Collect all families for passed publish instances.
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ class TrayPublisherController(QtPublisherController):
|
|||
def host(self):
|
||||
return self._host
|
||||
|
||||
def reset_project_data_cache(self):
|
||||
self._asset_docs_cache.reset()
|
||||
|
||||
|
||||
class TrayPublisherRegistry(JSONSettingRegistry):
|
||||
"""Class handling OpenPype general settings registry.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue