From 7e5057809f7866ce4228790df438039e446f85c0 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 1 Apr 2009 15:23:46 +0000 Subject: 2.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing. --- source/blender/python/intern/bpy_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/intern') diff --git a/source/blender/python/intern/bpy_ui.c b/source/blender/python/intern/bpy_ui.c index 608086843ba..e1054cd1a45 100644 --- a/source/blender/python/intern/bpy_ui.c +++ b/source/blender/python/intern/bpy_ui.c @@ -427,8 +427,8 @@ static struct PyMethodDef ui_methods[] = { {"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} }; -- cgit v1.2.3