Files
test2/source
Campbell Barton bbb00043cd 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

so made the needed change in a few places.
2005-12-19 23:04:58 +00:00
..
2004-01-05 00:06:11 +00:00
2005-03-09 19:45:59 +00:00