- enabled compound collision objects, requires 'clear parent inverse'

- fixed some issues with kinematic objects, introduced during Bullet 2.x upgrade
This commit is contained in:
2006-12-01 01:04:27 +00:00
parent 51ce503cb2
commit 4941107f92
9 changed files with 168 additions and 54 deletions

View File

@@ -3306,7 +3306,7 @@ static int Object_setRBShapeBoundType( BPy_Object * self, PyObject * args )
{
self->object->recalc |= OB_RECALC_OB;
return EXPP_setIValueRange( args, &self->object->boundtype,
0, OB_BOUND_POLYH, 'h' );
0, OB_BOUND_DYN_MESH, 'h' );
}
/* SOFTBODY FUNCTIONS */