Is there a kind of pattern selection possible in VS ?
-
This is just a question. I looked at the selection options
and there are lots of different options.But I couldn't find the one I was looking for, hence my question.
Is there some kind of pattern selection in VS ? So that out of a number
of objects, for example, only every 2nd or nth (3, 5, x) could be selected?
-
@Subpath said in Is there a kind of pattern selection possible in VS ?:
So that out of a number of objects, for example, only every 2nd or nth (3, 5, x) could be selected?
No such option. I don't think this would be feasible before scripting is added.
-
I already wrote that it was just a question, so there
is no need to rush. If it is a useful addition to the selection options, then gladly.In the meantime, I think i already have a workaround as is possible in VS
using the Colorize function with a 2-colored or n-colored palette.