feat(nuke): adding gizmo family

This commit is contained in:
Jakub Jezek 2019-11-25 00:55:32 +01:00
parent 498ba601b6
commit e07a95480b
2 changed files with 4 additions and 2 deletions

View file

@ -112,7 +112,8 @@ def install():
# Disable all families except for the ones we explicitly want to see
family_states = [
"write",
"review"
"review",
"gizmo"
]
avalon.data["familiesStateDefault"] = False

View file

@ -70,7 +70,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
"lut",
"audio",
"yetiRig",
"yeticache"
"yeticache",
"gizmo"
]
exclude_families = ["clip"]