From 67326a44918b26a15f2cd0c6d7018432862d0a3a Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 16 Jun 2021 18:35:42 +0200 Subject: [PATCH] added comments about creator --- openpype/pipeline/creator_plugins.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openpype/pipeline/creator_plugins.py b/openpype/pipeline/creator_plugins.py index e73db69fc8..a8fac2ab91 100644 --- a/openpype/pipeline/creator_plugins.py +++ b/openpype/pipeline/creator_plugins.py @@ -13,6 +13,11 @@ class InstanceData(collections.OrderedDict): Shouldn't have each instance identifier? - use current "id" value as "type" and use "id" for identifier - current "id" value make sence only in few hosts + - there must be mapping of avalon <> pyblish instance to be able handle + logs and errors + - what if avalon <> pyblish mapping is not set? + - where to show error? on which instance? + - should publisher crash if there is new instance that does not have matching to avalon instance? Handle changes of instance data here? - trigger callbacks on value change to update instance data in host Should have reference to workfile?