walkomatic update for post blender-2.34-release

Hi everybody,

I’ve done an update on Jamesk’s walkomatic script. Hell, I don’t even know how to do IPO’s myself but I’ve updated the script to work with blender cvs tree.

The link for it is http://www.wast3d.com/blender/python/walkomatic0.50.0.py.gz
(works on latest cvs tree as of today)

The blender I’m runnnig on is created with these:

Download blender-2.34.tar.bz2 file, untar it, which creates directory blender-2.34 i think

>> mv blender-2.34 blender

then

>> cvs -d :pserver:[email protected]/bf-blender rdiff -u -rblender-2.34-release blender > blender.patch

>> patch -p0 < blender.patch

>> cd blender
>> python2.2 /usr/bin/scons

— scons is the build manager that blender uses … like GNU make —

anyway, why using python2.2? well, i have 2.3 as my default as /usr/bin/python

well, this worked for me… i’m not all that familiar with the ins and outs of cvs, so i improvised

the reason for needing the cvs tree version, is because of some fixes that went in after the releases that prevented linking Ipo’s or some such.

Let me know if it works, … or doesn’t…