Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • $\begingroup$ A better question. A vertex being already selected. What I want is a “select_more_uv(u, v, off_u, off_v, full_u, full_v)” operator. This should be working at EDIT level on the vertices, not in the UV map. u is the number of vertices we want to add on the u direction, v the number of vertices on the v direction, off_u the offset for the start in u direction, off_v the same on the v direction, full_u(or v) 2 booleans if we want to select the whole row. It should return a selection that we can use and easily change in the Geometry Nodes like a color_layer. How can I build it? $\endgroup$ Commented Apr 28, 2022 at 14:47