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

Wondering if this can be implemented to work with or in blender #328

Closed
regtable opened this issue Feb 8, 2022 · 1 comment
Closed

Wondering if this can be implemented to work with or in blender #328

regtable opened this issue Feb 8, 2022 · 1 comment

Comments

@regtable
Copy link

regtable commented Feb 8, 2022

Hi there blender uses mantaflow which is good but has no gpu support nor has other addons. Wondering if you know or have tried to add this as a module to blender. If so how did it go. If not how would I go about it or maybe someone would like to try

@prabhuramachandran
Copy link
Contributor

Hi @regtable, In principle it should be able to work with blender but you will need to install pysph into Blender's Python environment. Do you want to run pysph from within blender or do you just wish to import the data generated by pysph into blender? The latter ought to be very easy, if you save the output as numpy files, you should be able to get the data into blender with a little bit of code. If it is hdf5, then install h5py and again read the data from there. I am closing this as this is not technically an issue.

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

No branches or pull requests

2 participants