This commit is contained in:
Andrej730
2025-06-13 13:28:18 +05:00
parent 152c94a7d6
commit 176c5cc0fb
8 changed files with 63 additions and 28 deletions
-2
View File
@@ -200,8 +200,6 @@ class Polyline(bonsai.core.tool.Polyline):
input_ui.set_value("WORLD_ANGLE", orientation_angle)
return
return
@classmethod
def calculate_area(cls, context: bpy.types.Context, input_ui: PolylineUI) -> Union[PolylineUI, None]:
try:
+1 -2
View File
@@ -82,9 +82,8 @@ class IfcElementHandler(xml.sax.ContentHandler):
for detail in soup.find_all("details"):
if detail.summary.string == "Entity definition" and detail.p:
return str(detail.p.text.replace("\n", " "))
return None
except:
return None
pass
# print('Failed to get description for {}'.format(name))
return None