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-07-20 06:23:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-07-20 06:23:55 +0400
commitf8a1397b67d97cd73451803e661c30a460292b4e (patch)
treecbb9d066c2d8ebe1e6500d8d902a93ec0db81374 /source/blender/python/api2_2x/Object.c
parent6e0d977977d13ff0379c1bc60606f34985db1f59 (diff)
removing 2 getset duplicates
Diffstat (limited to 'source/blender/python/api2_2x/Object.c')
-rw-r--r--source/blender/python/api2_2x/Object.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c
index 4f7404f90f4..1b69df657fc 100644
--- a/source/blender/python/api2_2x/Object.c
+++ b/source/blender/python/api2_2x/Object.c
@@ -5036,10 +5036,6 @@ static PyGetSetDef BPy_Object_getseters[] = {
(getter)Object_getRBHalfExtents, (setter)NULL,
"Rigid body physics bounds object type",
NULL},
- {"type",
- (getter)Object_getType, (setter)NULL,
- "String describing Object type",
- NULL},
{"restrictDisplay",
(getter)Object_getRestricted, (setter)Object_setRestricted,