[Bf-committers] Patch 6402 Bug in IDProperty handling of matrices and vectors

joe joeedh at gmail.com
Sat Mar 24 07:59:27 CET 2007


Actually, I just remembered we decided not to implement those types.
Instead, special flags would be made to tag a Array property as a
vector, matrix, etc.

Joe

On 3/23/07, joe <joeedh at gmail.com> wrote:
> Hrm.  For some reason I can't see how to download the patch here on
> gmail webmail.
>
> Anyway, the reason the matrix and vertex ID property types don't work
> is because I haven't finished them.  To properly get them working,
> I'll have to also implement the python side of things.  I'll look at
> maybe doing that tomorrow.
>
> Joe
>
> On 3/22/07, Hannu Parviainen <hannu at astro.helsinki.fi> wrote:
> > A tiny fix to blenkernel/intern/idprop.c. Currently matrix and vector
> > types crash if you
> > try to use them, the reason being that the main switch-statement in
> > IDP_New is not
> > broken after the memory allocations. Instead it continues to default,
> > and allocates
> > a new IDProperty over the already initialized "prop"-pointer, and
> > returns this.
> >
> > Hannu Parviainen
> >
> > Observatory
> > University of Helsinki
> > _______________________________________________
> > 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