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:
authorStephen Swaney <sswaney@centurytel.net>2004-06-07 02:42:51 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-06-07 02:42:51 +0400
commita703837179d40fc5e34ae06619d4610a09f72097 (patch)
treec4e456784f79dd26393e2350155b75c398d0d706 /source/blender/python/api2_2x/Lattice.h
parentd97e3e55273c6c381eead86f807514ef1d4a3941 (diff)
Replace deprecated methods from old api:
PythonReturnErrorObject PythonIncRef Fix some compiler warnings about missing initializers in method tables.
Diffstat (limited to 'source/blender/python/api2_2x/Lattice.h')
-rw-r--r--source/blender/python/api2_2x/Lattice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Lattice.h b/source/blender/python/api2_2x/Lattice.h
index 8b733f1c199..fed500de2c2 100644
--- a/source/blender/python/api2_2x/Lattice.h
+++ b/source/blender/python/api2_2x/Lattice.h
@@ -175,7 +175,7 @@ static PyMethodDef BPy_Lattice_methods[] = {
Lattice_applyDeform_doc},
{"insertKey", (PyCFunction)Lattice_insertKey, METH_VARARGS,
Lattice_insertKey_doc},
- {0}
+ {NULL, NULL, 0, NULL}
};
/*****************************************************************************/