fixed issue: rbHalfExtents was accidently named wrongly rbShapeBoundType

This commit is contained in:
2006-12-16 21:14:36 +00:00
parent 711a1f8686
commit dfb811d73d

View File

@@ -5082,7 +5082,7 @@ static PyGetSetDef BPy_Object_getseters[] = {
(getter)Object_getRBShapeBoundType, (setter)Object_setRBShapeBoundType,
"Rigid body physics bounds object type",
NULL},
{"rbShapeBoundType",
{"rbHalfExtents",
(getter)Object_getRBHalfExtents, (setter)NULL,
"Rigid body physics bounds object type",
NULL},