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

Hannu Parviainen hannu at astro.helsinki.fi
Thu Mar 22 08:42:40 CET 2007


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


More information about the Bf-committers mailing list