What’s new in 1.3.4

This is a first release with python extension module included.

Python Extension Module

You can find it in lib/wrap.so. Extension compiled with Python 2.7 on CentOS 6 and provided with all required libraries, so it must work on all modern Linux distributions. To use module just add its path to sys.path variable:

import sys
sys.path.append('/Path/To/R3DS_WrapX_1.3.4_Linux_64-Bit/lib')
import wrap
print wrap.version
1.3.4

We also added two activation-related functions: wrap.isActivated() and wrap.activate()

One limitation of current extension is that it not implements wrap.extrapolate() function. In the next update we will fix that.

What about Windows?

Since WrapX Python extension currently builds with GCC, then it’s incompatible with Python interpreters that are embedded in programs like Autodesk Maya. We are working on this. Write us a letter if you need it.