-
Notifications
You must be signed in to change notification settings - Fork 13
Path Segments are incorrectly locked when extending guide from existing contours #63
Comments
So you want to adjust the number of rings in the newly extended part? Thats a slight prob because the whole segment is merged, making it one new big one. It picks how many more to add based on ring spacing of the original path. |
Ideally yes, that's what I'd like. Is there a reason for merging them? If it's better to merge them, then would it be feasible to adjust the loop count for the entire, merged section? Such that the distribution is always based on a single count. |
Well...then u might loose any previous adjustment to the original segment. The benefit of merging is that it keeps the geometry contiguous |
We could leave them unmerged until mesh creation, but then you cant adjust the terminal cut of the initial segment because it will be a duplicate of the initial cut of the extension segment. Unless we somehow account for a single cut belonging to multiple segments [head explodes] |
What about merging either upon Mesh Creation OR upon leaving Guide Mode? |
I think it best to lock the whole new merged path if the original segment is locked or to let the whole path be redistributed after merging. Then wait for multi select when we can do interpolation and redistribution between any two given rings |
How does that affect the ability to change segment count? I'm not sure I follow what you mean (but am happy to wait for multi-select for ideal workflow). |
re merging post guide mode exit: Its a lot to keep track of,however its a good idea. |
Re ability to change ring count: It would either eliminate it if the segment had previously been manually cut into or force redistribution of the whole segment when altering ring count. |
New Behavior in Guide Mode:
This follows the workflow that: Guide mode is for bulk generation of strokes and that bulk generation should happen before tweaks in position, non uniform distribution of cuts, alignmeent and shift etc are altered. Until multi-select allows for editing of arbitrary segments within a guide stroke, this is the cleanest, easiest to implement and most predictable across all use cases. |
This has been drastically improved. Going to move to Milestone 1.2 for additional improvements once multi-select is in. |
You cannot adjust the loop segment count when extending an existing set of contour strokes with a guide. The header reports "Path is locked, cannot adjust segments".
This is incorrect.
The loop vertex count should be locked, but the number of segments should not be. When adjusting loop count in a a guide-drawn-segment it's only changing the number of loops between the start and then end. It shouldn't matter that it's starting at a previous contour stroke.
Is there a reason for locking the path?
The text was updated successfully, but these errors were encountered: