mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed get_anatomy_data to get_anatomy_settings
This commit is contained in:
parent
04bd7783f2
commit
fbb0f5ffca
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ from .lib import (
|
|||
get_system_settings,
|
||||
get_project_settings,
|
||||
get_current_project_settings,
|
||||
get_anatomy_data,
|
||||
get_anatomy_settings,
|
||||
get_environments
|
||||
)
|
||||
|
||||
|
|
@ -10,6 +10,6 @@ __all__ = (
|
|||
"get_system_settings",
|
||||
"get_project_settings",
|
||||
"get_current_project_settings",
|
||||
"get_anatomy_data",
|
||||
"get_anatomy_settings",
|
||||
"get_environments"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -436,7 +436,7 @@ def get_default_project_anatomy_data():
|
|||
return apply_overrides(default_values, studio_values)
|
||||
|
||||
|
||||
def get_anatomy_data(project_name):
|
||||
def get_anatomy_settings(project_name):
|
||||
"""Project anatomy data with applied studio and project overrides."""
|
||||
if not project_name:
|
||||
raise ValueError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue