Update server_addon/substancepainter/client/ayon_substancepainter/plugins/create/create_workfile.py

This commit is contained in:
Kayla Man 2024-05-30 19:54:22 +08:00 committed by GitHub
parent 2e120020fa
commit 4b593e9273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ import substance_painter.project
class CreateWorkfile(AutoCreator):
"""Workfile auto-creator."""
identifier = "io.ayon.creators.substancepainter.workfile"
identifier = "io.openpype.creators.substancepainter.workfile"
label = "Workfile"
product_type = "workfile"
icon = "document"