2.5 / SCons
* make sure we can still compile WITH_BF_PYTHON=0
This commit is contained in:
@@ -157,10 +157,12 @@ static void script_main_area_draw(const bContext *C, ARegion *ar)
|
||||
/* data... */
|
||||
// BPY_run_python_script(C, "/root/blender-svn/blender25/test.py", NULL);
|
||||
|
||||
#ifndef DISABLE_PYTHON
|
||||
if (sscript->script) {
|
||||
//BPY_run_python_script_space(scpt->script.filename, NULL);
|
||||
BPY_run_script_space_draw(C, sscript);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* reset view matrix */
|
||||
UI_view2d_view_restore(C);
|
||||
|
||||
Reference in New Issue
Block a user