Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-05-11 10:55:11 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-11 10:55:11 +0400
commitf1e89051c7e7351856e0eca80d1499f4802289a5 (patch)
tree33c5b50e701601eef3b93cd631a19b23c856c397 /source/blender/python
parent2ed242656ad8d65dd8e246728fff03ee968c44a4 (diff)
2.5 - Restored 'Render Anim' button!
After quite a bit of searching, I finally found where the various UI functions were wrapped for use in Py Layouts. For the reference of others, check out editors/interface/interface_api.c
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index 27dc95a3f44..140c7ef947d 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -428,7 +428,6 @@ void BPY_run_ui_scripts(bContext *C, int reload)
/* ****************************************** */
/* Drivers - PyExpression Evaluation */
-// XXX Hopefully I haven't committed any PyAPI coding sins here ;) - Aligorith, 2009Apr20
/* for pydrivers (drivers using one-line Python expressions to express relationships between targets) */
PyObject *bpy_pydriver_Dict = NULL;