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

Random Points on Mesh Numpy Implementation #3999

Merged
merged 4 commits into from
Mar 30, 2021

Conversation

vicdoval
Copy link
Collaborator

Upgrades:
NumPy implementation of Surface mode:

  • Boost from 2x to 10x
  • output_numpy property.
  • even better performance when inputting numpy arrays

Old implementation left in case someone needs the exact output as before the upgrade. (also with some performance fixes)
All Triangles property to avoid triangulation if not needed. Boost Surface and Volume modes.
Safe check property in Volume to avoid Blender from crashing with bad inputs.

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant