From 03e8202b7b1963bc856ca31b205364ddc569535a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 12 Nov 2015 20:19:30 +0500 Subject: Fix T46320: New Depsgraph: Auto-IK doesn't work The issue is caused by transform tool temporary affecting on the pose constraints, which actually changes the way how pose is to be evaluated. This isn't ideal patch from the performance point of view, but only limited to the new depsgraph, so we've got some time to work on partial graph updates. --- source/blender/editors/transform/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/transform/CMakeLists.txt') diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt index 42aa6a0a3a3..f3047c088a9 100644 --- a/source/blender/editors/transform/CMakeLists.txt +++ b/source/blender/editors/transform/CMakeLists.txt @@ -30,6 +30,7 @@ set(INC ../../makesdna ../../makesrna ../../windowmanager + ../../depsgraph ../../../../intern/guardedalloc ../../../../intern/glew-mx ) -- cgit v1.2.3