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
This commit is contained in:
2009-05-11 06:55:11 +00:00
parent 2ed242656a
commit f1e89051c7
2 changed files with 1 additions and 2 deletions

View File

@@ -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;