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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-20 15:07:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-20 15:07:02 +0300
commit83a9a844985dd6f1aece3418ccb4134478bdb053 (patch)
tree4394493340c123a2fa987729101081202407eab6 /source/blender/python/api2_2x/vector.h
parentbafc50df9b826851bd2e6ccaa5ef6665cd3cee29 (diff)
BoxPack2D example in epydocs, small cleanup on Geometry.c
Diffstat (limited to 'source/blender/python/api2_2x/vector.h')
-rw-r--r--source/blender/python/api2_2x/vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/vector.h b/source/blender/python/api2_2x/vector.h
index 8f8dda99a7f..3f58d9fa6d5 100644
--- a/source/blender/python/api2_2x/vector.h
+++ b/source/blender/python/api2_2x/vector.h
@@ -46,7 +46,7 @@ typedef struct {
short wrapped; /* is wrapped data? */
} VectorObject;
-//prototypes
+/*prototypes*/
PyObject *Vector_Zero( VectorObject * self );
PyObject *Vector_Normalize( VectorObject * self );
PyObject *Vector_Negate( VectorObject * self );