You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating FOLD files in some code of mine, I noticed the following import robustness issues:
If the FOLD has edges (edges_vertices and edges_assignment, and maybe certain subsets thereof, maybe even in all cases?), then it's required to also have edges_foldAngle. Should default to 180 for valleys, -180 for mountains, and 0 for others.
If edges_assignment has an unsupported value, then the program crashes. It should instead report an error dialog, like when there are unsupported colors in an SVG file, and default to something (U I guess?).
The text was updated successfully, but these errors were encountered:
Generating FOLD files in some code of mine, I noticed the following import robustness issues:
edges_vertices
andedges_assignment
, and maybe certain subsets thereof, maybe even in all cases?), then it's required to also haveedges_foldAngle
. Should default to 180 for valleys, -180 for mountains, and 0 for others.edges_assignment
has an unsupported value, then the program crashes. It should instead report an error dialog, like when there are unsupported colors in an SVG file, and default to something (U
I guess?).The text was updated successfully, but these errors were encountered: