mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Fix missing identifier
This commit is contained in:
parent
00d5b90568
commit
f281da5784
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from openpype.hosts.blender.api import plugin, lib
|
|||
class CreateBlendScene(plugin.BaseCreator):
|
||||
"""Generic group of assets."""
|
||||
|
||||
identifier = "io.openpype.creators.blender.blendscene"
|
||||
name = "blendScene"
|
||||
label = "Blender Scene"
|
||||
family = "blendScene"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue