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
Due to the sequence of vert selection, some traces have long drags across the object because the local verts are exhausted.
Set up a distance limit x such that if next vert distance > x, trace would start a new spline at the next vert. Alt: make a new spline starting at the most distant vert, to generate 'regions of activity' during trace
The text was updated successfully, but these errors were encountered:
Due to the sequence of vert selection, some traces have long drags across the object because the local verts are exhausted.
Set up a distance limit x such that if next vert distance > x, trace would start a new spline at the next vert. Alt: make a new spline starting at the most distant vert, to generate 'regions of activity' during trace
The text was updated successfully, but these errors were encountered: