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

Python Binding for OpenVDB Points #1937

Open
achrist3 opened this issue Oct 18, 2024 · 0 comments
Open

Python Binding for OpenVDB Points #1937

achrist3 opened this issue Oct 18, 2024 · 0 comments

Comments

@achrist3
Copy link

Is your feature request related to a problem? Please describe.

I work with large scientific data that I visualize in Houdini. Large scientific datasets are usually easiest to manipulate with scientific Python libraries. OpenVDB Points would be an awesome optimized way to encode these datasets that is recognized in Houdini, but pyopenvdb does not appear to support them currently.

Describe the solution you'd like

Bind the C++ OpenVDB Points functions to pyopenvdb.

Describe alternatives you've considered

We've tried using OpenVDB Floatgrids, but these limit us to uniform rectangular spacing. We sometimes write files in proprietary Houdini formats like GEO/BGEO, but we are not able to float our Houdini licenses to certain machines, and so require an open source option.

Additional context

This would benefit the scientific community as a whole.

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

No branches or pull requests

1 participant