Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/blenkernel/intern/armature_pose.cc2
1 files changed, 1 insertions, 1 deletions
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;
}