Fix missing identifier

This commit is contained in:
Roy Nieterau 2023-11-14 16:01:30 +01:00
parent 00d5b90568
commit f281da5784

View file

@ -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"