[Bf-committers] python behavior change

Tom M letterrip at gmail.com
Sun May 22 14:46:27 CEST 2005


Okay with Stivs help have figured out what is happening, apparently
the behavior of = has been changed.

changing to
	currentPerspMat = None
	testMat = Window.GetPerspMatrix()
	lastPerspMat = Matrix(testMat[0],testMat[1],testMat[2],testMat[3])
#...
while not done:
		currentPerspMat = Window.GetPerspMatrix()
		if viewChanged(lastPerspMat, currentPerspMat):
			lastPerspMat =
Matrix(currentPerspMat[0],currentPerspMat[1],currentPerspMat[2],currentPerspMat[3])

solves the issue, and gets me one step closer to sculpt mesh working
again with current CVS.

LetterRip


More information about the Bf-committers mailing list