mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Remove default family states for hosts from code - as this is overridden by OpenPype settings
This commit is contained in:
parent
3d1ad12581
commit
18c385e15f
7 changed files with 0 additions and 61 deletions
|
|
@ -35,18 +35,6 @@ def install():
|
|||
"""
|
||||
from .. import get_resolve_module
|
||||
|
||||
# Disable all families except for the ones we explicitly want to see
|
||||
family_states = [
|
||||
"imagesequence",
|
||||
"render2d",
|
||||
"plate",
|
||||
"render",
|
||||
"mov",
|
||||
"clip"
|
||||
]
|
||||
avalon.data["familiesStateDefault"] = False
|
||||
avalon.data["familiesStateToggled"] = family_states
|
||||
|
||||
log.info("openpype.hosts.resolve installed")
|
||||
|
||||
pyblish.register_host("resolve")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue