-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculation of used sites for node "Voronoi on Mesh". #4980
Calculation of used sites for node "Voronoi on Mesh". #4980
Conversation
…params for nodes "Voronoi on Solid" (not in output sockets) and "Voronoi on Surface" (not in output sockets)
|
|
- replace Sites socket from vertices to indexes (with new socket name "Sites_idx")
@portnov this is new version of file for tests: Voronoi Tower.003.blend.zip (press play for animation) |
Sites_idx should be a SvStringSocket then? |
What do you think about property to switch type socket to a vector or an index for Site_idx? With rename socket to “Site” and show this additional property in “N-panel”. |
Fix socket type to SvStringsSocket: For tests: |
ok with me. |
#4979
Inspired by https://www.youtube.com/watch?v=Ip6JI6Qiiwg but more precise.
Some issue is in this video-tutorial - all emitted points has to be applied to source mesh. If no then result will have glitches.
Not all source sites converts to Voronoi cells. This Pull Request take capability to get only used sites:
Voronoi Tower.001.blend.zip
Is it sense to add Mask or Indices of used sites?
P.S.
Finally output socket "Sites" was changes to "Sites_idx"