Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6251 from BigRoy/bugfix/maya_yeti_cache
Browse files Browse the repository at this point in the history
Maya: Ensure unique class name compared to `extract_yeti_cache.py`
  • Loading branch information
antirotor authored Jun 12, 2024
2 parents 657b0a4 + 22fd6fd commit ec274c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
from openpype.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"]

Expand Down

0 comments on commit ec274c0

Please sign in to comment.