[Bf-blender-cvs] [9828882b8e7] master: Cleanup: clang tidy

Jacques Lucke noreply at git.blender.org
Sat Mar 6 16:54:22 CET 2021


Commit: 9828882b8e7450e712865b067d64a793e18a3383
Author: Jacques Lucke
Date:   Sat Mar 6 16:54:09 2021 +0100
Branches: master
https://developer.blender.org/rB9828882b8e7450e712865b067d64a793e18a3383

Cleanup: clang tidy

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

M	source/blender/blenkernel/intern/armature_pose.cc

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

diff --git a/source/blender/blenkernel/intern/armature_pose.cc b/source/blender/blenkernel/intern/armature_pose.cc
index a9613da2335..bb371b16c42 100644
--- a/source/blender/blenkernel/intern/armature_pose.cc
+++ b/source/blender/blenkernel/intern/armature_pose.cc
@@ -50,7 +50,7 @@ void BKE_pose_apply_action(struct Object *ob,
                            struct AnimationEvalContext *anim_eval_context)
 {
   bPose *pose = ob->pose;
-  if (pose == NULL) {
+  if (pose == nullptr) {
     return;
   }



More information about the Bf-blender-cvs mailing list