Author Archives: Remy Octavian Cucui

How to!

This is what we have so far: Mac OS X: Install Conda Download this file and keep it in your Downloads directory (if you move it make sure you change the path in the build.sh file) In terminal cd into your … Continue reading

Posted in Closure, DOCUMENTATION, Instructions | Leave a comment

Final dance of this semester

So: Linux: the SWIG method builds without a hitch. To get it working in Blender the only complication requiring your admin password to get libLeap.so into /usr/var. No problems after that Mac OS X: the unofficial CTypes binding builds and runs … Continue reading

Posted in Assignments, DOCUMENTATION | Tagged , , , , , , | Leave a comment

Leap with Ctypes

Forget about swig This here works flawlessly for Mac OS X: https://github.com/shadowmint/python-leap-ctypes 😀 Now to get it working in Blender.

Posted in Uncategorized | Tagged , | Leave a comment

Leap

So we’re into new things. I really think this is a SWIG compiling error, we found that the imp module being used in Leap.py was depricated. We decided to use importlib as was specified in the docs but that still … Continue reading

Posted in Uncategorized | Leave a comment

Raaaaaahh leap

Remy, Xuemin Still having trouble getting the SWIG wrapper to work. I went back through the filenames and tried setting them back but that didn’t work so I just put them in near by folders and started over. No further … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , | Leave a comment

LeapMotion Swig Python Blender Throwdown Cage Match 11/24/14

Ishik, Remy, Xuemin   Tried renaming various filenames including the .so and .dylib files (LeapPython -> Leap -> _Leap -> _LeapPython) Also tried replacing every instance of “LeapPython” in every file with “Leap” -> This caused a recursive error AKA … Continue reading

Posted in Uncategorized | Leave a comment

11/12 Update on the Leap Motion – Blender Package a.k.a. “IT’S ALIIIIIVVVEEEE!!!”

Remy, Ishik, Xuemin   So we’ve given up on trying to make Blender, Linux, and SWIG all work happily together; we just have the user input their password into the file to put it in/usr/lib. This works and we’re backing … Continue reading

Posted in Uncategorized | Leave a comment

SWIG and Blender? Pfffft

So it turns out that SWIG and Blender don’t play along great together. We tried to figure out how Blender was calling the files, and I was trying to look that up. Then I looked up “blender swig” and found … Continue reading

Posted in Uncategorized | Leave a comment

Wrestling files

Today we set on to figure out what’s up with Blender. We found the old Jenga .blend file from the previous semester and loaded it, as well as investigating the file organization of last semester’s setup. The .blend file wouldn’t … Continue reading

Posted in Assignments, DOCUMENTATION, PROJECTS | Tagged , , , , , , , , , , , , , , , | Leave a comment

The Case of the Strange File Hierarchy

Blender has an interesting way of handling files. When we have libLeap.so in /usr/lib, and we have Leap.py and LeapPython.so in ~/.config/blender/2.69/scripts/modules, our Sample.py script works and spits out data from the Leap Motion. When we move libLeap.so, Leap.py and … Continue reading

Posted in Assignments, Damon Baker, DOCUMENTATION, FACULTY, PROJECTS | Tagged , , , , , , , , , , , | Leave a comment