Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/gumyr/build123d into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Aug 29, 2024
2 parents 722165d + 22dec01 commit 82a52d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/build123d/exporters3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ def _create_xde(to_export: Shape, unit: Unit = Unit.MM) -> TDocStd_Document:
shape_tool.FindShape(sub_node, findInstance=False)
for sub_node in sub_nodes
]
# if node.label and not node_label.IsNull():
if node.label:
if node.label and not node_label.IsNull():
TDataStd_Name.Set_s(node_label, TCollection_ExtendedString(node.label))

if node.color is not None:
Expand Down

0 comments on commit 82a52d5

Please sign in to comment.