Updating Python Version within C4D?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/12/2012 at 15:13, xxxxxxxx wrote:
Hi guys,
I'm using an SDK that was written for Python 2.7 and up but Cinema 4D r13 has version 2.6. Is there a way to update to 2.7? Ideally, I'd like to change ONLY the python version to stay within Cinema's script manager. Any ideas?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/12/2012 at 01:05, xxxxxxxx wrote:
Hi,
I'm afraid it's not possible to change the Python version that comes with CINEMA.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/12/2012 at 06:36, xxxxxxxx wrote:
Thanks Yannick. Short but simple. lol
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/12/2012 at 01:21, xxxxxxxx wrote:
Hi, any Python replacement wil lead to an unstable C4D or crashes. So please still use Py2.6. Does Py2.7 support something special that you need?
Cheers, Sebastian
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/12/2012 at 09:28, xxxxxxxx wrote:
I'm developing a plugin for Cinema 4D to take advantage of the Leap Motion device (www.leapmotion.com). We see really fun possibilities for VFX and definitely want to find a way to integrate it into Cinema for serious use. The problem for us to solve, it seems, is that their SDK supports python 2.7. I hit a wall but intend on finding another way. We love Cinema too much to let this go. lol
-
On 23/04/2013 at 10:18, xxxxxxxx wrote:
Did you ever figure this out? I had the same issue. Adding the Leap library crashes C4D. One would have to update the Python library to go any further. It too brought my development to a grinding halt.
-
On 23/04/2013 at 14:01, xxxxxxxx wrote:
You could either make a request in the LEAP Developer Forums, use C++ or check out SWIG and
try to compile your own Python-LEAP interface (not garuanteed to work, just a thought).Best,
-Niklas