mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
change the extractor name
This commit is contained in:
parent
f89a23d7c9
commit
c6d032b478
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ from ayon_core.pipeline import publish
|
|||
from ayon_core.hosts.zbrush.api.lib import execute_publish_model
|
||||
|
||||
|
||||
class ExtractModelAbc(publish.Extractor):
|
||||
class ExtractModel(publish.Extractor):
|
||||
"""
|
||||
Extract Geometry in Zbrush
|
||||
Extract Geometry(.obj) in Zbrush
|
||||
"""
|
||||
|
||||
order = pyblish.api.ExtractorOrder - 0.05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue