mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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
|
||||
try:
|
||||
project_settings_entity = ProjectSettings(project_name)
|
||||
# Remove project overrides will set all anatomy values to defaults
|
||||
# - anatomy will still be overriden
|
||||
# Trigger remove project overrides
|
||||
# - will set all anatomy values to defaults
|
||||
# - project's anatomy will still be overriden
|
||||
project_anatomy = project_settings_entity["project_anatomy"]
|
||||
project_anatomy.remove_from_project_override()
|
||||
project_settings_entity.save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue