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:
authorKen Hughes <khughes@pacific.edu>2006-04-23 21:01:04 +0400
committerKen Hughes <khughes@pacific.edu>2006-04-23 21:01:04 +0400
commit6f94c5ef5e047abbafef667ca014f830ce3fcbed (patch)
treeba655639737ddac91af08dda2378cb246ef83a2f /source/blender/python/api2_2x/Modifier.h
parentfe1495cf249f31b784d66044c9430adc8f150831 (diff)
===Python API===
More Modifier API changes: * add Blender.Modifier.Settings dict with constants for modifier types * add mod.type attribute, which returns type of the Modifier * add some internal consistency checks in ModSeq_remove
Diffstat (limited to 'source/blender/python/api2_2x/Modifier.h')
-rw-r--r--source/blender/python/api2_2x/Modifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Modifier.h b/source/blender/python/api2_2x/Modifier.h
index 6b48ebd14f0..8ad82113cd6 100644
--- a/source/blender/python/api2_2x/Modifier.h
+++ b/source/blender/python/api2_2x/Modifier.h
@@ -57,6 +57,7 @@ extern PyTypeObject Modifier_Type;
* prototypes
*/
+PyObject *Modifier_Init( void );
PyObject *Modifier_CreatePyObject( Object *obj, ModifierData *md );
ModifierData *Modifier_FromPyObject( PyObject * py_obj );
int Modifier_CheckPyObject( PyObject * py_obj );