12 June 2011

3D motion tracking blender 2.5 voodoo 1.10b import scripts error

I got Blender 2.57.1 r36339 and voodoo1.10beta installed

to fix the error
step 1. replace "set_frame"

with

"frame_set"
see post from http://blenderartists.org/forum/archive/index.php/t-205187.html

step2 replace
vcam.matrix_world = mathutils.Matrix([0.986389,0.010807,0.164070,0.000000], [-0.004649,-0.995605,0.093532,0.000000], [0.164360,-0.093022,-0.982004,0.000000], [-1.506059,0.231502,7.789379,1.000000])

becomes:

vcam.matrix_world = mathutils.Matrix(([0.986389,0.010807,0.164070,0.000000], [-0.004649,-0.995605,0.093532,0.000000], [0.164360,-0.093022,-0.982004,0.000000], [-1.506059,0.231502,7.789379,1.000000]))

see post from

http://blenderartists.org/forum/archive/index.php/t-176527.html

then run script



--
Xiaoyu Guan (Sam)
http://guanxiaoyu.blogspot.com

No comments: