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:
authorJacques Guignot <guignot@wanadoo.fr>2003-06-22 20:23:58 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-06-22 20:23:58 +0400
commit85f580433327c6be84e2fcc57a555ae251fb9b8a (patch)
treeb5718522682ce53ac07baec21c7a9d603b8284ef /source/blender/python/api2_2x/Metaball.h
parent6053079d50d313206ac38f727406b504d1d0dcdf (diff)
bug fix
-
Diffstat (limited to 'source/blender/python/api2_2x/Metaball.h')
-rw-r--r--source/blender/python/api2_2x/Metaball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Metaball.h b/source/blender/python/api2_2x/Metaball.h
index 2da63447225..eaa310cf169 100644
--- a/source/blender/python/api2_2x/Metaball.h
+++ b/source/blender/python/api2_2x/Metaball.h
@@ -205,7 +205,7 @@ static PyObject *MetaballRepr (C_Metaball *self);
/*****************************************************************************/
/* Python Metaball_Type structure definition: */
/*****************************************************************************/
-static PyTypeObject Metaball_Type =
+PyTypeObject Metaball_Type =
{
PyObject_HEAD_INIT(NULL)
0, /* ob_size */