mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #251 from BigRoy/bugfix/maya_extract_yeti_cache
This commit is contained in:
commit
35c32dd7df
1 changed files with 2 additions and 2 deletions
|
|
@ -5,13 +5,13 @@ from maya import cmds
|
|||
from ayon_core.pipeline import publish
|
||||
|
||||
|
||||
class ExtractYetiCache(publish.Extractor):
|
||||
class ExtractUnrealYetiCache(publish.Extractor):
|
||||
"""Producing Yeti cache files using scene time range.
|
||||
|
||||
This will extract Yeti cache file sequence and fur settings.
|
||||
"""
|
||||
|
||||
label = "Extract Yeti Cache"
|
||||
label = "Extract Yeti Cache (Unreal)"
|
||||
hosts = ["maya"]
|
||||
families = ["yeticacheUE"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue