[Bf-blender-cvs] [31144f9] depsgraph_refactor: Depsgraph: Armature object didn't reset recalc flags on object after full evaluation

Sergey Sharybin noreply at git.blender.org
Thu Feb 26 16:25:53 CET 2015


Commit: 31144f9dc53d1f9bd815253e617874b622b9daab
Author: Sergey Sharybin
Date:   Thu Feb 26 17:42:07 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB31144f9dc53d1f9bd815253e617874b622b9daab

Depsgraph: Armature object didn't reset recalc flags on object after full evaluation

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

M	source/blender/blenkernel/intern/armature_update.c

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

diff --git a/source/blender/blenkernel/intern/armature_update.c b/source/blender/blenkernel/intern/armature_update.c
index d651e13..ec76c9d 100644
--- a/source/blender/blenkernel/intern/armature_update.c
+++ b/source/blender/blenkernel/intern/armature_update.c
@@ -707,6 +707,8 @@ void BKE_pose_eval_flush(EvaluationContext *UNUSED(eval_ctx),
 
 	/* 6. release the IK tree */
 	BIK_release_tree(scene, ob, ctime);
+
+	ob->recalc &= ~OB_RECALC_ALL;
 }
 
 void BKE_pose_eval_proxy_copy(EvaluationContext *UNUSED(eval_ctx), Object *ob)




More information about the Bf-blender-cvs mailing list