mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
set abc cache export as optional
This commit is contained in:
parent
66f0082741
commit
b13c5ed60a
1 changed files with 2 additions and 1 deletions
|
|
@ -11,9 +11,10 @@ class ExtractXgenCache(openpype.api.Extractor):
|
|||
|
||||
"""
|
||||
|
||||
label = "Extract Xgen Cache"
|
||||
label = "Extract Xgen ABC Cache"
|
||||
hosts = ["maya"]
|
||||
families = ["xgen"]
|
||||
optional = true
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue