diff --git a/openpype/lib/avalon_context.py b/openpype/lib/avalon_context.py index 9695e1e89a..642292759d 100644 --- a/openpype/lib/avalon_context.py +++ b/openpype/lib/avalon_context.py @@ -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()