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

Bisect Node upgrade #4014

Merged
merged 2 commits into from
Apr 3, 2021
Merged

Bisect Node upgrade #4014

merged 2 commits into from
Apr 3, 2021

Conversation

vicdoval
Copy link
Collaborator

@vicdoval vicdoval commented Apr 3, 2021

Performance upgrade: Creating Bmesh before matching lengths boost performance over 2x when slicing the same object with many matrices.
To perform the fewest bmesh_from_pydata the conversion is done in the SvRecursiveNode mixin so other bmesh-based nodes can also benefit from it.

Also:
Recursiveness upgrade (multilevel length matching)
Clean Output option to remove empty objects.
Simplify Output options:
- Flat: Flattens last level of objects (old behaviour and default)
- None: Leave untouched
- Join: Join last level of objects

  • 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