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:
authorDaniel Dunbar <daniel@zuster.org>2005-09-24 20:02:56 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-09-24 20:02:56 +0400
commit8b7c690a0bbd053bc734309b1a82792cdfda8733 (patch)
treebbe1b1838b71e3b0f003fd735fc1eafdd56636e3 /source/blender/python/api2_2x/BezTriple.c
parentb3f0facfbef0bbff79ef6f160a0ac0ad8d85cf8e (diff)
- assorted warning fixes (signedness, float->double)
- added decimate,boolean modifier copydata methods
Diffstat (limited to 'source/blender/python/api2_2x/BezTriple.c')
-rw-r--r--source/blender/python/api2_2x/BezTriple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/BezTriple.c b/source/blender/python/api2_2x/BezTriple.c
index 13280c9e8c5..46ea67728d6 100644
--- a/source/blender/python/api2_2x/BezTriple.c
+++ b/source/blender/python/api2_2x/BezTriple.c
@@ -460,7 +460,6 @@ PyObject *newBezTriple( PyObject *args)
return EXPP_ReturnPyObjError( PyExc_AttributeError,
"wrong number of points");
{
- int i;
if (length == 9)
status = PyArg_ParseTuple( args, "fffffffff",
&numbuf[0],