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:
Diffstat (limited to 'source/blender/editors/space_script/space_script.c')
-rw-r--r--source/blender/editors/space_script/space_script.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c
index 3c3f7dc1e8e..3330ba14530 100644
--- a/source/blender/editors/space_script/space_script.c
+++ b/source/blender/editors/space_script/space_script.c
@@ -45,7 +45,7 @@
#endif
#include "GPU_framebuffer.h"
-#include "script_intern.h" // own include
+#include "script_intern.h" /* own include */
// static script_run_python(char *funcname, )
@@ -85,8 +85,6 @@ static void script_free(SpaceLink *sl)
#ifdef WITH_PYTHON
/*free buttons references*/
if (sscript->but_refs) {
- // XXX BPy_Set_DrawButtonsList(sscript->but_refs);
- // BPy_Free_DrawButtonsList();
sscript->but_refs = NULL;
}
#endif
@@ -164,9 +162,11 @@ static void script_main_region_listener(wmWindow *UNUSED(win),
wmNotifier *UNUSED(wmn),
const Scene *UNUSED(scene))
{
- /* context changes */
- // XXX - Todo, need the ScriptSpace accessible to get the python script to run.
- // BPY_run_script_space_listener()
+/* context changes */
+/* XXX - Todo, need the ScriptSpace accessible to get the python script to run. */
+#if 0
+ BPY_run_script_space_listener()
+#endif
}
/* only called once, from space/spacetypes.c */