mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use ayon_substancepainter as import
This commit is contained in:
parent
11b2aea841
commit
2e120020fa
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import substance_painter.project
|
|||
|
||||
class CreateWorkfile(AutoCreator):
|
||||
"""Workfile auto-creator."""
|
||||
identifier = "io.openpype.creators.substancepainter.workfile"
|
||||
identifier = "io.ayon.creators.substancepainter.workfile"
|
||||
label = "Workfile"
|
||||
product_type = "workfile"
|
||||
icon = "document"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import substance_painter.export
|
||||
from ayon_core.pipeline import KnownPublishError, publish
|
||||
from ayon_core.hosts.substancepainter.api.lib import set_layer_stack_opacity
|
||||
from ayon_substancepainter.api.lib import set_layer_stack_opacity
|
||||
|
||||
|
||||
class ExtractTextures(publish.Extractor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue