[Bf-committers] Re: Joseph Gilbert - please check your commit - urgent

Tom M letterrip at gmail.com
Sat May 21 20:05:05 CEST 2005


Here is a test script that shows where I am getting the error

import Blender
from Blender import Window, Mathutils
from Blender.Mathutils import *

vmi  = Window.GetViewMatrix()
print vmi
vmi.invert()  # the inverse viewing matrix
print vmi
print "this line intentionally left blank\n"
pmi  = Window.GetPerspMatrix()
print pmi
pmi.invert()  # the inverted perspective matrix
print pmi



LetterRip

ps sorry for the name mispelling in the last message...


More information about the Bf-committers mailing list