There was some discussion on how to approach this considering OpenToonz present technology and tools.
It can be found in Issue#
746, which is currently closed.
So this is definitely the right place to discuss it.
My thoughts there were that the developers might be able to shoehorn an existing feature into accomplishing the goal of hiding segments of a vector line.
I can't help but thing such an approach might yield even better results than those found in other programs.
I'm mostly going from memory but as I see it there are several candidates for moving forward on this request:
1. Build a new tool that hides segments of a vector line.
For a number of reasons I suspect that this tool fundamentally already exists in the OpenToonz code but in order to achieve the 'hiding' that code needs to be further defined.
2. (What I think might be preferable for a number of reasons) Enhance the Pump Tool to achieve 1) Zero thickness lines 2) variation from tapered to capped at the end of the segments of lines
The second part is surely to be the hardest to code. An additional benefit to OpenToonz in general would be increased emphasis on use of the Pump Tool although it might actually suggest an eventual renaming of the tool due to increased capabilities in modifying segments and lines (although what name that would be I have no idea)
3. Using Fill Tool hide segments of a line (via applied styles)
There are a lot of reasons to like this approach including that the user could easily unhide segments of a line according to whatever Style is applied. Those segments could even be partially transparent.
The difficulty here in coding would be to get a line fill to only apply to a segment of a line. Currently it is all or nothing.
4. There is almost a workflow that meets the basic criteria of this feature in the Control Point Editor Tool (Shortcut key C)
If we select control points on a vector line we can move them and such but not hide them. When Right Clicking we can see an option to "Hide Zero thickness Lines" and if that said "Hide line" and made the selection zero thickness... Done.
There is a partial workaround that almost gets the job done that might be easy to code a fix for and that uses the Pump Tool.
The workflow might demonstrate to a developer what success DOESN'T look like. ;)
The first step is to select the vector line with Selection Tool and then set the line to zero thickness.
Then using the Pump Tool increase the thickness of a segment (part) of the line.
Note that this almost works but by increasing any part of the line the whole line increases to where it is no longer zero thickness.
So close.
That referenced issue again for those so inclined: Issue#
746