Skip to content
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

Subdivide to quads node #4071

Merged
merged 3 commits into from
May 4, 2021
Merged

Conversation

vicdoval
Copy link
Collaborator

@vicdoval vicdoval commented May 3, 2021

New Subdivide to quads node.
Numpy implementation with similar performance to the actual subdivide node (in some case 1.5x faster in others 1.5x slower) but a with a different set of options.

Vert Map: List of integers that allow splitting the created vertices by when they where created.
image

Vert Data Dict and Face Data Dict, inputs and outputs: Allow spreading parameters along the new created geometry.
Interpolated In the case of the Vert Data and copied in the case of the Face Data.
image

image

Rock from a Tetrahedron:
image

Preflight checklist

Put an x letter in each brackets when you're done this item:

  • Code changes complete.
  • Code documentation complete.
  • Documentation for users complete (or not required, if user never sees these changes).
  • Manual testing done.
  • Unit-tests implemented.
  • Ready for merge.

@vicdoval vicdoval merged commit 7808617 into nortikin:master May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant