[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/src drawoops.c

Alexander Ewering blender at instinctive.de
Tue Dec 20 09:13:54 CET 2005


On Tue, 20 Dec 2005, Campbell Barton wrote:

> campbellbarton (Campbell Barton) 2005/12/20 00:04:58 CET
>
>  Modified files:
>    blender/source/blender/src drawoops.c
>
>  Log:
>  When adding a Mesh in python a file saved caused blender to segfault when reloading.
>  turns out that oops->id->lib isnt initialized? anyhow
>  if (oops->id && oops->id->lib) // works
>  where
>  if (oops->id->lib) // crashes

Hurm... this rather looks like ***oops->id*** isn't initialized, not
oops->id->lib.

| alexander ewering              instinctive mediaworks
| ae[@]instinctive[.]de   http://www[.]instinctive[.]de


More information about the Bf-committers mailing list