mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
feat(nuke): adding gizmo family
This commit is contained in:
parent
498ba601b6
commit
e07a95480b
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -70,7 +70,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"lut",
|
||||
"audio",
|
||||
"yetiRig",
|
||||
"yeticache"
|
||||
"yeticache",
|
||||
"gizmo"
|
||||
]
|
||||
exclude_families = ["clip"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue