Fix #1396. New walls are selected when created.

This commit is contained in:
Dion Moult
2021-05-28 14:50:36 +10:00
parent 0b5d7cdbf3
commit a24d683613
@@ -733,4 +733,5 @@ class DumbWallGenerator:
ifcopenshell.api.run("pset.edit_pset", self.file, pset=pset, properties={"Engine": "BlenderBIM.DumbWall"})
ifcopenshell.api.run("material.assign_material", self.file, product=element, type="IfcMaterialLayerSetUsage")
MaterialData.load(self.file)
obj.select_set(True)
return obj