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:
authorKen Hughes <khughes@pacific.edu>2005-12-15 22:12:31 +0300
committerKen Hughes <khughes@pacific.edu>2005-12-15 22:12:31 +0300
commit6e7e6d23574dfdc68c6ddbf7e3a004812e638379 (patch)
tree34d3ea85b1fb11ed5ba00df5143c8bb854a77ba2 /source/blender/python/api2_2x/Types.c
parent4a708ae5404f8f7db73f8702541af8f15c6dd79e (diff)
-- removed redundant initialization for Mesh_Type (thanks LetterRip)
Diffstat (limited to 'source/blender/python/api2_2x/Types.c')
-rw-r--r--source/blender/python/api2_2x/Types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Types.c b/source/blender/python/api2_2x/Types.c
index 2fdaf063862..6f5bbac6a3a 100644
--- a/source/blender/python/api2_2x/Types.c
+++ b/source/blender/python/api2_2x/Types.c
@@ -68,7 +68,6 @@ void types_InitAll( void )
NMFace_Type.ob_type = &PyType_Type;
NMVert_Type.ob_type = &PyType_Type;
NMesh_Type.ob_type = &PyType_Type;
- Mesh_Type.ob_type = &PyType_Type;
MFace_Type.ob_type = &PyType_Type;
MVert_Type.ob_type = &PyType_Type;
PVert_Type.ob_type = &PyType_Type;