From e5647ea196c360905d8f0e1c1b2fad1745cb5cf5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Nov 2011 08:40:07 +0000 Subject: py operators - don't use the screen as an operators ID anymore, screen's don't store operator instances and operator functions have access to the context if they need the current screen. also add some more py api file descriptions. --- source/blender/python/intern/bpy_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_driver.c') diff --git a/source/blender/python/intern/bpy_driver.c b/source/blender/python/intern/bpy_driver.c index 98b4786607f..12fb5ed43b4 100644 --- a/source/blender/python/intern/bpy_driver.c +++ b/source/blender/python/intern/bpy_driver.c @@ -23,7 +23,7 @@ /** \file blender/python/intern/bpy_driver.c * \ingroup pythonintern * - * This file defines the 'BPY_driver_exec' to execute python drivers, + * This file defines the 'BPY_driver_exec' to execute python driver expressions, * called by the animation system, there are also some utility functions * to deal with the namespace used for driver execution. */ -- cgit v1.2.3