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 9bf799e commit 689d8d1Copy full SHA for 689d8d1
1 file changed
src/bonsai/bonsai/bim/module/spatial/ui.py
@@ -126,7 +126,6 @@ def draw(self, context):
126
if not SpatialDecompositionData.is_loaded:
127
SpatialDecompositionData.load()
128
self.props = tool.Spatial.get_spatial_props()
129
- self.props
130
131
if SpatialDecompositionData.data["default_container"]:
132
row = self.layout.row(align=True)
0 commit comments