From 37d88559a94c56129c11d0fe5e5ec30cf809ddc4 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 25 Jun 2024 16:02:01 +0200 Subject: [PATCH] Cosmetic --- client/ayon_core/pipeline/create/creator_plugins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_core/pipeline/create/creator_plugins.py b/client/ayon_core/pipeline/create/creator_plugins.py index 3fce821b8b..b1278ae228 100644 --- a/client/ayon_core/pipeline/create/creator_plugins.py +++ b/client/ayon_core/pipeline/create/creator_plugins.py @@ -49,8 +49,8 @@ class ProductConvertorPlugin(object): Publisher and give user ability to run conversion script. Convertor logic should be very simple. Method 'find_instances' is to - look for legacy instances in scene a possibly call - pre-implemented 'add_convertor_item'. + look for legacy instances in scene and possibly call pre-implemented + 'add_convertor_item'. User will have ability to trigger conversion which is executed by calling 'convert' which should call 'remove_convertor_item' when is done.