From 1b9db9911d9cbcb81d58277084b9c4c5daf84e8a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Apr 2014 13:46:34 +1000 Subject: Code cleanup: use bools also rename BLI_omp_thread_count -> BLI_system_thread_count_omp --- source/blender/editors/transform/transform_manipulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform_manipulator.c') diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c index 08a291860f0..0f4e9fa16f2 100644 --- a/source/blender/editors/transform/transform_manipulator.c +++ b/source/blender/editors/transform/transform_manipulator.c @@ -202,7 +202,7 @@ static int test_rotmode_euler(short rotmode) return (ELEM(rotmode, ROT_MODE_AXISANGLE, ROT_MODE_QUAT)) ? 0 : 1; } -int gimbal_axis(Object *ob, float gmat[3][3]) +bool gimbal_axis(Object *ob, float gmat[3][3]) { if (ob) { if (ob->mode & OB_MODE_POSE) { -- cgit v1.2.3