-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Preserve point IDs without a path node #2068
Copy link
Copy link
Labels
ArchitectureInvolves architecture or engineering work or discussionInvolves architecture or engineering work or discussionCrashA panic which crashed the editorA panic which crashed the editor
Metadata
Metadata
Assignees
Labels
ArchitectureInvolves architecture or engineering work or discussionInvolves architecture or engineering work or discussionCrashA panic which crashed the editorA panic which crashed the editor
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Completed This Milestone
When there is no path node, the
compute_modified_vectorfunction (included below) relies on theclick_targets. However click targets don't store PointIds, SegementIds, or colinear handles. This leads to a couple of issues:Graphite/editor/src/messages/portfolio/document/utility_types/network_interface.rs
Lines 2826 to 2831 in c3a3c4c