From 2b939904ab4b6af614879ada711ac47be01cbf83 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Nov 2011 08:21:12 +0000 Subject: documentation - brief descriptions for bpy api files. --- source/blender/python/intern/bpy_interface_atexit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/python/intern/bpy_interface_atexit.c') diff --git a/source/blender/python/intern/bpy_interface_atexit.c b/source/blender/python/intern/bpy_interface_atexit.c index aa5b934891c..a0cf3c38503 100644 --- a/source/blender/python/intern/bpy_interface_atexit.c +++ b/source/blender/python/intern/bpy_interface_atexit.c @@ -22,6 +22,10 @@ /** \file blender/python/intern/bpy_interface_atexit.c * \ingroup pythonintern + * + * This file inserts an exit callback into pythons 'atexit' module. + * Without this sys.exit() can crash because blender is not properly closing + * resources. */ -- cgit v1.2.3