mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nks): no need to have class activation switcher
- it will be controlled by presets
This commit is contained in:
parent
787e9d1295
commit
fa4c19083d
1 changed files with 1 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue