Blender Git Commit Log
Git Commits -> Revision 12f2c06
Revision 12f2c06 by Tamito Kajiyama (master) October 30, 2011, 22:53 (GMT) |
Fixed a crash due to invalid pointers to temporary scenes for stroke rendering. Freestyle generates a temporary scene containing a number of stroke meshes to achieve stroke rendering using the Blender internal renderer. This temporary scene may appear in the outliner and undergo user interaction when the stroke rendering takes a long time. The crash was due to the deletion of the scene without taking care of references to the scene from screens, one of which was the outliner. |
Commit Details:
Full Hash: 12f2c06d344e61e4cd104aa25e5f6ab3b72446d0
SVN Revision: 41392
Parent Commit: e287e9d
Lines Changed: +3, -3
1 Modified Path:
/source/blender/render/intern/source/pipeline.c (+3, -3) (Diff)