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:
Diffstat (limited to 'source/blender/python/api2_2x/Armature.c')
-rw-r--r--source/blender/python/api2_2x/Armature.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/Armature.c b/source/blender/python/api2_2x/Armature.c
index a1c0e5eea9a..422016b93fe 100644
--- a/source/blender/python/api2_2x/Armature.c
+++ b/source/blender/python/api2_2x/Armature.c
@@ -610,9 +610,9 @@ static PyObject *Armature_addBone( BPy_Armature * self, PyObject * args )
//rebuild_bone_parent_matrix(py_bone->bone);
- precalc_bonelist_irestmats( &self->armature->bonebase );
- precalc_armature_posemats( self->armature );
- precalc_bone_defmat( py_bone->bone );
+ //precalc_bonelist_irestmats( &self->armature->bonebase );
+ //precalc_armature_posemats( self->armature );
+ //precalc_bone_defmat( py_bone->bone );
Py_INCREF( Py_None );
return Py_None;