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:
authorKent Mein <mein@cs.umn.edu>2005-08-11 20:39:51 +0400
committerKent Mein <mein@cs.umn.edu>2005-08-11 20:39:51 +0400
commit841ddb46803ab381cd238f8ad71465ccb660d9e0 (patch)
tree29359264c8e0a94bf1d99d5b78b4c4ba2a85a0cf /source/blender/python
parent2cb9c4db0c3d560933dee0c481fcf09064d6e5ec (diff)
A couple of small fixes...
I removed config.h code from the files that had them. effect.c had nested /* so cleaned that up... added a newline to vector.c to shut gcc up ;) buttons_editing.c had a possible unintalized var (height) so I gave it a default value. removed an unused var i in interface_draw.c removed an unused var mti in outliner.c in BL_SkinDeformer.cpp commented out a call to bDeformGroup->data which no longer exists so it compiles again. Kent
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/vector.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/vector.c b/source/blender/python/api2_2x/vector.c
index 7b119660156..07599f6ba4a 100644
--- a/source/blender/python/api2_2x/vector.c
+++ b/source/blender/python/api2_2x/vector.c
@@ -688,4 +688,5 @@ PyObject *Vector_Negate(VectorObject * self)
return EXPP_incr_ret((PyObject*)self);
}
//#######################################################################
-//#############################DEPRECATED################################ \ No newline at end of file
+//#############################DEPRECATED################################
+