We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0048d4 commit f7f8ac3Copy full SHA for f7f8ac3
src/compas_blender/artists/artist.py
@@ -26,7 +26,6 @@ def __init__(self,
26
self.collection = collection
27
super().__init__(**kwargs)
28
29
-
30
@property
31
def collection(self) -> bpy.types.Collection:
32
return self._collection
0 commit comments