Skip to content

Commit 544aab8

Browse files
fix: add reset of pose assembly berfore recreating it from gh tree
1 parent e8c2670 commit 544aab8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gh/diffCheck/diffCheck/df_poses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def from_gh_tree(self, gh_tree):
162162
163163
:param gh_tree: the Grasshopper tree containing the poses in the form of Rhino Planes
164164
"""
165+
self.reset()
165166
bc = gh_tree.BranchCount
166167
if bc > 1:
167168
list_of_poses = th.tree_to_list(gh_tree)

0 commit comments

Comments
 (0)