Ensure unique class name compared to extract_yeti_cache.py

This commit is contained in:
Roy Nieterau 2024-03-26 11:57:15 +01:00
parent d214f51dc5
commit 08a6cbc57c

View file

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