[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19494] branches/blender2.5/blender/source /blender/python/intern/bpy_ui.c: 2.5: Temporary compile fix.

Brecht Van Lommel brecht at blender.org
Wed Apr 1 17:23:47 CEST 2009


Revision: 19494
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19494
Author:   blendix
Date:     2009-04-01 17:23:46 +0200 (Wed, 01 Apr 2009)

Log Message:
-----------
2.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/python/intern/bpy_ui.c

Modified: branches/blender2.5/blender/source/blender/python/intern/bpy_ui.c
===================================================================
--- branches/blender2.5/blender/source/blender/python/intern/bpy_ui.c	2009-04-01 14:02:06 UTC (rev 19493)
+++ branches/blender2.5/blender/source/blender/python/intern/bpy_ui.c	2009-04-01 15:23:46 UTC (rev 19494)
@@ -427,8 +427,8 @@
 	{"getWindowPtr", (PyCFunction)Method_getWindowPtr, METH_NOARGS, ""},
 
 	/* Adding panels should be moved, at the moment there is no obvious place as there is with operators */
-	{"addPanel", (PyCFunction)PyPanel_wrap_add, METH_VARARGS, ""},
-	{"removePanel", (PyCFunction)PyPanel_wrap_remove, METH_VARARGS, ""},
+	// XXX missing file {"addPanel", (PyCFunction)PyPanel_wrap_add, METH_VARARGS, ""},
+	// XXX missing file {"removePanel", (PyCFunction)PyPanel_wrap_remove, METH_VARARGS, ""},
 	{NULL, NULL, 0, NULL}
 };
 





More information about the Bf-blender-cvs mailing list