mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
small fix and mods
This commit is contained in:
@@ -124,7 +124,6 @@ if bpy is not None:
|
||||
prop.BIMProperties,
|
||||
prop.DocProperties,
|
||||
prop.IfcParameter,
|
||||
prop.BoundaryCondition,
|
||||
prop.PsetQto,
|
||||
prop.GlobalId,
|
||||
prop.RepresentationItem,
|
||||
|
||||
@@ -93,7 +93,7 @@ class DisableEditingContainer(bpy.types.Operator):
|
||||
|
||||
class RemoveContainer(bpy.types.Operator):
|
||||
bl_idname = "bim.remove_container"
|
||||
bl_label = "Remvoe Container"
|
||||
bl_label = "Remove Container"
|
||||
obj: bpy.props.StringProperty()
|
||||
|
||||
def execute(self, context):
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ class Usecase:
|
||||
if len(self.file.get_inverse(self.settings["connection"].AppliedCondition)) > 1:
|
||||
self.settings["connection"].AppliedCondition = None
|
||||
else:
|
||||
self.file.remove(settings["connection"].AppliedCondition)
|
||||
self.file.remove(self.settings["connection"].AppliedCondition)
|
||||
|
||||
Reference in New Issue
Block a user