Hound and BigRoy feedback

This commit is contained in:
Toke Stuart Jepsen 2023-03-17 12:17:58 +00:00
parent 0b67d9c758
commit c05a3b3b1d

View file

@ -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"]