fix(pype, nk, nks, premiere, aport): removing Anatomy, Dataflow, Colorspace loading as singleton

This commit is contained in:
Jakub Jezek 2019-07-10 14:49:10 +02:00
parent 28a13f7568
commit f09b05f7f0
13 changed files with 53 additions and 138 deletions

View file

@ -12,6 +12,5 @@ class CollectTemplates(pyblish.api.ContextPlugin):
label = "Collect Templates"
def process(self, context):
# pype.load_data_from_templates()
context.data['anatomy'] = Anatomy()
self.log.info("Anatomy templates collected...")