jonp Posted October 26, 2011 Share Posted October 26, 2011 (edited) I had memory problems with large volumes as well, but when I shifted the python code into a command line script it used a lot less RAM. Instead of feeding it straight into Houdini with a python SOP I converted the rawvox to a .geo/bgeo file that could stream to stdout. After I did this I only had to add support to Houdini for my command line converter by modifying GEOio to pick it up. There are other methods of the streaming the data into Houdini with a Python SOP without using a ton of RAM, but in my experience they are too slow to be usable. Edited October 26, 2011 by jonp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.