bmesh_to_ifc now creates separate representations for each distinct bmesh geometry

This commit is contained in:
martinaCodes
2022-11-07 17:21:09 +01:00
committed by Dion Moult
parent d193e8a3eb
commit 87dbaa39d8
2 changed files with 23 additions and 37 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class SvIfcCreateShape(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.
def draw_buttons(self, context, layout):
row = layout.row(align=True)
row.operator("node.sv_ifc_tooltip", text="", icon="QUESTION", emboss=False).tooltip = "Create Blender shape from Ifc Entity. Takes one or multiple Ifc Entities."
row.operator("node.sv_ifc_tooltip", text="", icon="QUESTION", emboss=False).tooltip = "Create Blender shape from IfcEntity ID. Takes one or multiple IfcEntity IDs."
row.prop(self, 'refresh_local', icon='FILE_REFRESH')
def process(self):