feat: missing class attribute for registration

This commit is contained in:
Swann
2021-04-21 11:22:53 +02:00
parent da349dd4a9
commit 203c10ccd3
5 changed files with 13 additions and 1 deletions

View File

@ -200,3 +200,6 @@ class BlMesh(ReplicatedDatablock):
return False
else:
return super().diff()
_type = bpy.types.Mesh
_class = BlMesh