[Bf-committers] two last minute issues

Ken Hughes khughes at pacific.edu
Mon Jan 23 00:44:32 CET 2006


Tom M wrote:

> the other is on pose module - I emailed to ascotan - but perhaps
> someone else can look at it sooner?

Depends on what Ben's trying to do.  Code like this exists in 3 or 4 places:

    mat_b = pos_b.poseMatrix
    mat_b.invert()
    return mat_b

poseMatrix returns a wrapper around the real Blender data. so invert() 
is changing that.  Question is, did Ben actually mean to modify the 
data, or did he just want to get the inverse of the matrix?

Ken


More information about the Bf-committers mailing list