Blender Git Commit Log
Git Commits -> Revision bbb0004
Revision bbb0004 by Campbell Barton (master) December 19, 2005, 23:04 (GMT) |
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. |
Commit Details:
Full Hash: bbb00043cdc8fd12c643ed622e333cc95cdd02a4
SVN Revision: 6198
Parent Commit: b05433a
Lines Changed: +8, -3
1 Modified Path:
/source/blender/src/drawoops.c (+8, -3) (Diff)