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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-09-27 01:38:42 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:03 +0300
commit6097de2db982c7af424b2d3db7e897e86db1b9e3 (patch)
tree9ce8c6c195cd9198820a6a3e636b4b28a0cbd7af /source/blender/makesrna/intern/SConscript
parent48e67c49a5951d20643533958dc28705cfe476e9 (diff)
Fix for scons files missing physics include folder.
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index 28151fe5db1..3d190fc6a13 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -72,6 +72,7 @@ incs = [
'../../imbuf',
'../../makesdna',
'../../makesrna',
+ '../../physics',
'../../render/extern/include',
'../../windowmanager',
]