mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
🐛 fix creator id
This commit is contained in:
parent
d65d1d4448
commit
051189bbca
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from openpype.hosts.houdini.api import plugin
|
|||
class CreateHDA(plugin.HoudiniCreator):
|
||||
"""Publish Houdini Digital Asset file."""
|
||||
|
||||
identifier = "hda"
|
||||
identifier = "io.openpype.creators.houdini.hda"
|
||||
label = "Houdini Digital Asset (Hda)"
|
||||
family = "hda"
|
||||
icon = "gears"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue