renamed posebone.ik to hasIK, removed unused code, made the function name of Armatue's py object from Blender object consistant with others.

This commit is contained in:
2007-02-21 23:14:01 +00:00
parent f12d312275
commit a2ce2600d9
4 changed files with 20 additions and 16 deletions

View File

@@ -4582,7 +4582,7 @@ static PyObject *get_obj_data( BPy_Object *self, int mesh )
switch ( object->type ) {
case OB_ARMATURE:
data_object = PyArmature_FromArmature( object->data );
data_object = Armature_CreatePyObject( object->data );
break;
case OB_CAMERA:
data_object = Camera_CreatePyObject( object->data );