-
Recent Posts
- How to!
- Sensor Tiles Project: Unity Team: Frank & Dwayne – Beginner’s Guide For Blender & Unity
- Sensor Tiles Project: Unity Team: Frank & Dwayne – Creating The Beginner’s Guide For Blender & Unity
- Sensor Tiles Project: Unity Team: Frank & Dwayne – Plugin Wars & Continuing Work On Our Game
- Final dance of this semester
Recent Comments
- Remy Octavian Cucui on Progress
Archives
Categories
Meta
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
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.
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 Anaconda, Assignments, Baker, Conda, It doesn't work like we hoped it would, Leap Motion, Leap Motion SDK v2, Mac OS X, Python, Remy, Xuemin
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
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