mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
bsdd props ui - small tweaks
This commit is contained in:
@@ -79,7 +79,7 @@ class SearchBSDDProperties(bpy.types.Operator):
|
||||
class AddBSDDProperties(bpy.types.Operator, tool.Ifc.Operator):
|
||||
bl_idname = "bim.add_bsdd_properties"
|
||||
bl_label = "Add bSDD Properties"
|
||||
bl_description = "Add selected bSDD properties"
|
||||
bl_description = "Add selected bSDD properties to the active object"
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
obj: bpy.props.StringProperty()
|
||||
obj_type: bpy.props.StringProperty()
|
||||
|
||||
@@ -291,7 +291,7 @@ class BIM_PT_object_psets(Panel):
|
||||
)
|
||||
else:
|
||||
row = self.layout.row()
|
||||
row.label(text="No Results")
|
||||
row.label(text="No bSDD Props Found")
|
||||
else:
|
||||
row = self.layout.row()
|
||||
row.label(text="No Results")
|
||||
@@ -312,7 +312,7 @@ class BIM_PT_object_psets(Panel):
|
||||
)
|
||||
else:
|
||||
row = self.layout.row()
|
||||
row.label(text="No Results")
|
||||
row.label(text="No bSDD Props Found")
|
||||
|
||||
for selected_property in self.bprops.selected_properties:
|
||||
row = self.layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user