mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
anatomy reset also resets loaded data
This commit is contained in:
parent
5058d5b303
commit
f8fe175992
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class Anatomy:
|
|||
|
||||
def reset(self):
|
||||
"""Reset values of cached data in templates and roots objects."""
|
||||
self._data = get_anatomy_settings(self.project_name)
|
||||
self.templates_obj.reset()
|
||||
self.roots_obj.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue