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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-05-21 23:58:31 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-05-21 23:58:31 +0400
commit89e9090c861839e7f4289c13f26ab12d4b503610 (patch)
treed9127dc65337136f6f2fc39da0ad44dc046e99dc /source/blender/python/api2_2x/vector.h
parent000f92e204b54d117789209b00fee88f279be6e1 (diff)
Implemented the compare callback for Camera, Image, Lamp and Text types:
Following a suggestion made by Jordi Rovira i Bonet, the comparison now is made via the pointers to the Blender objects, not their py wrappers.
Diffstat (limited to 'source/blender/python/api2_2x/vector.h')
-rw-r--r--source/blender/python/api2_2x/vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/vector.h b/source/blender/python/api2_2x/vector.h
index e8f9b97b988..24e35505359 100644
--- a/source/blender/python/api2_2x/vector.h
+++ b/source/blender/python/api2_2x/vector.h
@@ -33,6 +33,7 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*
*/
+
#ifndef EXPP_vector_h
#define EXPP_vector_h