From c61c7d99264842909bd2aed002ba4eae4fb41621 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jan 2021 11:29:11 +1100 Subject: Cleanup: spelling (use 'gimbal' instead of 'gimble') --- source/blender/ikplugin/intern/itasc_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/ikplugin') diff --git a/source/blender/ikplugin/intern/itasc_plugin.cpp b/source/blender/ikplugin/intern/itasc_plugin.cpp index 9512bce1914..3f444172499 100644 --- a/source/blender/ikplugin/intern/itasc_plugin.cpp +++ b/source/blender/ikplugin/intern/itasc_plugin.cpp @@ -868,7 +868,7 @@ static bool joint_callback(const iTaSC::Timestamp ×tamp, float rmat[3][3]; if (chan->rotmode > 0) { - /* euler rotations (will cause gimble lock, but this can be alleviated a bit with rotation + /* Euler rotations (will cause gimbal lock, but this can be alleviated a bit with rotation * orders) */ eulO_to_mat3(rmat, chan->eul, chan->rotmode); } -- cgit v1.2.3