Home
last modified time | relevance | path

Searched refs:mat3_to_size (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_mode_skin_resize.c92 mat3_to_size(fsize, tmat); in applySkinResize()
H A Dtransform_mode_bbone_resize.c109 mat3_to_size(td->loc, tmat); in ElementBoneSize()
H A Dtransform_mode.c963 mat3_to_size(fsize, tmat); in ElementResize()
H A Dtransform_convert_armature.c1660 mat3_to_size(parchan->size, smat); in apply_targetless_ik()
H A Dtransform.c1442 mat3_to_size(t->values_final, tmat); in saveTransform()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_matrix.h320 void mat3_to_size(float size[3], const float M[3][3]);
/dports/graphics/blender/blender-2.91.0/source/blender/ikplugin/intern/
H A Diksolver_plugin.c260 mat3_to_size(ik_scale, ik_mat); in where_is_ik_bone()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_matrix.c1424 mat3_to_size(size, R); in orthogonalize_m3()
2051 void mat3_to_size(float size[3], const float M[3][3]) in mat3_to_size() function