[Bf-committers] two last minute issues

Tom M letterrip at gmail.com
Mon Jan 23 00:49:50 CET 2006


I think he didn't mean to invert the actual data

I think it was unintended side effects...



On 1/22/06, Ken Hughes <khughes at pacific.edu> wrote:
> 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
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list