Skip to content

Commit

Permalink
Merge condition
Browse files Browse the repository at this point in the history
  • Loading branch information
PARKCHEOLHEE-lab committed Jun 22, 2024
1 parent c24f004 commit 98824f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions debugvisualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def __get_geometry_data(

if isinstance(geometry, trimesh.Trimesh):
del data["mode"]

if isinstance(geometry, trimesh.Trimesh):
if geometry.vertices.shape[0] > 0:
data["x"] = geometry.vertices[:, 0].tolist()
data["y"] = geometry.vertices[:, 1].tolist()
Expand Down

0 comments on commit 98824f5

Please sign in to comment.