mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Switch look to new integrator and add representations.
This commit is contained in:
parent
128ace6351
commit
6e9853739a
3 changed files with 21 additions and 3 deletions
|
|
@ -25,8 +25,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Integrate Asset"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
families = ["look",
|
||||
"assembly",
|
||||
families = ["assembly",
|
||||
"yetiRig",
|
||||
"yeticache"]
|
||||
exclude_families = ["clip"]
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"render",
|
||||
"write",
|
||||
"rig",
|
||||
"plate"
|
||||
"plate",
|
||||
"look"
|
||||
]
|
||||
exclude_families = ["clip"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue