Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® MotionBuilder® / Autodesk MotionBuilder through 7.x / What version of Python does Mobu 7.5 use?
  RSS 2.0 ATOM  

What version of Python does Mobu 7.5 use?
Rate this thread
 
46080
 
Permlink of this thread  
avatar
  • Beat1823
  • Posted: 10 August 2010 02:45 AM
  • Total Posts: 21
  • Joined: 04 August 2010 04:49 AM

Hi,

I’m trying to convert scripts from 7.5 to 11, and I know that 11 uses 2.6, is there any way of finding out what version 7.5 uses?



Replies: 1
/img/forum/dark/default_avatar.png

There is 2 ways to display the current python function, 1st open the python console located in the Window menu and look at the 1st line displayed.

other way is to type these python command.

import sys
print sys.version

Author: CPaulin

Replied: 24 August 2010 02:38 AM