feat: missing class attribute for registration
This commit is contained in:
@ -200,3 +200,6 @@ class BlMesh(ReplicatedDatablock):
|
||||
return False
|
||||
else:
|
||||
return super().diff()
|
||||
|
||||
_type = bpy.types.Mesh
|
||||
_class = BlMesh
|
Reference in New Issue
Block a user