mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed unused method
This commit is contained in:
parent
929fe06127
commit
ffb2a8c33a
1 changed files with 1 additions and 14 deletions
|
|
@ -7,10 +7,7 @@ import numbers
|
|||
|
||||
import six
|
||||
|
||||
from openpype.settings.lib import (
|
||||
get_default_anatomy_settings,
|
||||
get_anatomy_settings
|
||||
)
|
||||
from openpype.settings.lib import get_anatomy_settings
|
||||
from openpype.lib.path_templates import (
|
||||
TemplateUnsolved,
|
||||
TemplateResult,
|
||||
|
|
@ -90,16 +87,6 @@ class Anatomy:
|
|||
def items(self):
|
||||
return copy.deepcopy(self._data).items()
|
||||
|
||||
@staticmethod
|
||||
def default_data():
|
||||
"""Default project anatomy data.
|
||||
|
||||
Always return fresh loaded data. May be used as data for new project.
|
||||
|
||||
Not used inside Anatomy itself.
|
||||
"""
|
||||
return get_default_anatomy_settings(clear_metadata=False)
|
||||
|
||||
@staticmethod
|
||||
def _prepare_anatomy_data(anatomy_data):
|
||||
"""Prepare anatomy data for further processing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue