From 40d774b03a247cc85469be333d9f8f68fcfde983 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 1 Jul 2021 19:57:59 +0200 Subject: [PATCH] added create method without implementation and argument defintiions --- openpype/tools/new_publisher/control.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openpype/tools/new_publisher/control.py b/openpype/tools/new_publisher/control.py index b390693147..8e3d297a85 100644 --- a/openpype/tools/new_publisher/control.py +++ b/openpype/tools/new_publisher/control.py @@ -94,3 +94,6 @@ class PublisherController: instances.append(instance) self.instances = instances + + def create(self, family, variant=None, options=None): + print("TODO implement create")