Hi! I know you aren't about answering questions, but I have no where else to go so at the very least if you can't answer my question can you point me in the correct direction to go? <div>My question is I am running a python script imported from voodoo. When I run script I am getting this error message. Python Script failed check console for now. The script it is referring to is:</div>
<div><div>#Camera Parameters</div><div><b>scene.set_frame(0)</b></div><div>vcam.data.lens = 36.417729</div><div>vcam.matrix_world = mathutils.Matrix([0.998222,0.001166,-0.059587,0.000000], [0.046988,-0.630424,0.774827,0.000000], [-0.036662,-0.776250,-0.629358,0.000000], [-0.040563,19.938493,15.393408,1.000000]) </div>
<div>vcam.keyframe_insert('location')</div><div>vcam.keyframe_insert('scale')</div><div>vcam.keyframe_insert('rotation_euler')</div><div>vcam.data.keyframe_insert('lens')</div></div><div><br>
</div><div>The scene.set_frame(0) is the problem and I can't seem to find a solution anywhere. What am I writing wrong? Thanks. </div>