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/SConscript
parent48e67c49a5951d20643533958dc28705cfe476e9 (diff)
Fix for scons files missing physics include folder.
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index 0d215fbcf81..e366c9bbe2b 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -53,6 +53,7 @@ incs = [
'../imbuf',
'../makesdna',
'../nodes',
+ '../physics',
'../render/extern/include',
'../windowmanager',
]