mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Hound and BigRoy feedback
This commit is contained in:
parent
0b67d9c758
commit
c05a3b3b1d
1 changed files with 1 additions and 6 deletions
|
|
@ -1,17 +1,12 @@
|
|||
import os
|
||||
|
||||
from maya import cmds
|
||||
|
||||
from openpype.pipeline import publish
|
||||
from openpype.hosts.maya.api.lib import (
|
||||
maintained_selection, attribute_values, delete_after
|
||||
)
|
||||
|
||||
|
||||
class ExtractGPUCache(publish.Extractor):
|
||||
"""Extract the content of the instance to an CPU cache file."""
|
||||
|
||||
label = "CPU Cache"
|
||||
label = "GPU Cache"
|
||||
hosts = ["maya"]
|
||||
families = ["model"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue