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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-28 00:07:12 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-28 00:07:12 +0400
commite066601fdd2f10dbb9efb60a12504772e1495b31 (patch)
treec6666d013b9ff5845c4b6b7383d0e636259b3c23 /source/blender/editors/transform/SConscript
parent936fca57c394093bca4e8d8609635c51ebeee49d (diff)
Fix #33324: Auto IK not working after recent changes. iTaSC it seems never worked
with Auto IK, now that's fixed too.
Diffstat (limited to 'source/blender/editors/transform/SConscript')
-rw-r--r--source/blender/editors/transform/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/SConscript b/source/blender/editors/transform/SConscript
index dbf6179035c..9cf36a2d970 100644
--- a/source/blender/editors/transform/SConscript
+++ b/source/blender/editors/transform/SConscript
@@ -6,7 +6,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenfont ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../render/extern/include'
-incs += ' ../../gpu ../../makesrna ../../blenloader ../../bmesh'
+incs += ' ../../gpu ../../makesrna ../../blenloader ../../bmesh ../../ikplugin'
defs = []