In Processing version 1.2 there was the SuperCAD library to export geometry to different 3d programs like Maya for ex.. And it worked perfectly. Since I installed Processing 2.01 the SuperCAD library doesnt work anymore. No export at all.
Can someone tell me how to export geometry out of processing? Preferably .mel (like in superCAD) or .obj.
Or does anybody know a SuperCAD version that works for Processing 2.01? That should clinch it.
I recently installed Processing version 2.0.1 x64 on my new computer(windows 7, 64 bits), and i have a surprise compared to the old system where i had Processing 1.2 and was running perfectly.
My problem is this:
Every time i run the code a new java.exe process appears in my Windows Task Manager. I stop the code in Processing, that java.exe process is still in my Task Manager. And this happens every time i run the code in Processing. I do it 10 times, i get 10 new of those java.exe in my Task Manager. And they use a lot of memory even though i stoped the runing code in Processing. In the end Processing is not responding because, apparently, has no memory left, due to those java processes. I have intel i5 and 24GB of RAM.
Can I fix this or do i just go back to my old computer?