fix(nks): no need to have class activation switcher

- it will be controlled by presets
This commit is contained in:
Jakub Jezek 2020-03-13 14:35:03 +01:00
parent 787e9d1295
commit fa4c19083d
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -1,5 +1,6 @@
from pyblish import api
class CollectInstanceVersion(api.InstancePlugin):
""" Collecting versions of Hiero project into instances
@ -10,9 +11,6 @@ class CollectInstanceVersion(api.InstancePlugin):
order = api.CollectorOrder + 0.015
label = "Collect Instance Version"
optional = True
active = True
def process(self, instance):
version = instance.context.data.get("version", "001")
instance.data.update({