[Bf-blender-cvs] [b127654816a] master: Fix build error

Hans Goudey noreply at git.blender.org
Tue Feb 1 22:46:16 CET 2022


Commit: b127654816a7cb6e66a0a9bc2b79604d5bdc9f0a
Author: Hans Goudey
Date:   Tue Feb 1 15:46:07 2022 -0600
Branches: master
https://developer.blender.org/rBb127654816a7cb6e66a0a9bc2b79604d5bdc9f0a

Fix build error

The return value of this function was removed in ff5e8e6d535374891e09

===================================================================

M	source/blender/editors/transform/transform_convert_armature.c

===================================================================

diff --git a/source/blender/editors/transform/transform_convert_armature.c b/source/blender/editors/transform/transform_convert_armature.c
index cb4ab18575c..a528cb5de57 100644
--- a/source/blender/editors/transform/transform_convert_armature.c
+++ b/source/blender/editors/transform/transform_convert_armature.c
@@ -1566,8 +1566,6 @@ void transform_convert_pose_transflags_update(Object *ob, const int mode, const
       }
     }
   }
-
-  return total;
 }
 
 static short apply_targetless_ik(Object *ob)



More information about the Bf-blender-cvs mailing list