Searched refs:ED_armature_transform (Results 1 – 3 of 3) sorted by relevance
86 void ED_armature_transform(struct bArmature *arm, const float mat[4][4], const bool do_props);
109 void ED_armature_transform(bArmature *arm, const float mat[4][4], const bool do_props) in ED_armature_transform() function
679 ED_armature_transform(arm, (const float(*)[4])mat, true); in rna_Armature_transform()