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
Inserting nodes on an edge (splitting an edge into two with a node in-between). Consider whether the existing edge properties should be mirrored to the two replacement edges, or if new values should be used. (aka: subdivision)
Removing nodes - we can currently remove children nodes one-by-one, but I want to be able to specify a particular node and remove it, potentially with various strategies for how to handle its associated edges
1. simply delete, potentially leaving a gap
2. weld if there is only one parent and one child edge (aka: smoothing)
3. delete, and cascade-delete downward
4. Others?
Moving the start/end of an edge to another node, with circular check
Copy a section of the graph
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: