mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed comment
This commit is contained in:
parent
71f918f2cb
commit
2dc55ccfdd
1 changed files with 3 additions and 2 deletions
|
|
@ -91,8 +91,9 @@ def create_project(
|
||||||
# and Anatomy
|
# and Anatomy
|
||||||
try:
|
try:
|
||||||
project_settings_entity = ProjectSettings(project_name)
|
project_settings_entity = ProjectSettings(project_name)
|
||||||
# Remove project overrides will set all anatomy values to defaults
|
# Trigger remove project overrides
|
||||||
# - anatomy will still be overriden
|
# - will set all anatomy values to defaults
|
||||||
|
# - project's anatomy will still be overriden
|
||||||
project_anatomy = project_settings_entity["project_anatomy"]
|
project_anatomy = project_settings_entity["project_anatomy"]
|
||||||
project_anatomy.remove_from_project_override()
|
project_anatomy.remove_from_project_override()
|
||||||
project_settings_entity.save()
|
project_settings_entity.save()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue