From 2dc55ccfdd00231f1d5845814451039fb8f656df Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 3 Jun 2021 23:56:32 +0200 Subject: [PATCH] changed comment --- openpype/lib/avalon_context.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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()