[Bf-blender-cvs] [7f851bf] hair_immediate_fixes: Missing bmesh include path in scons files.

Lukas Tönne noreply at git.blender.org
Sat Dec 27 11:33:00 CET 2014


Commit: 7f851bf3b636d7f6da75081bfa141fb46fa20659
Author: Lukas Tönne
Date:   Fri Dec 12 16:29:59 2014 +0100
Branches: hair_immediate_fixes
https://developer.blender.org/rB7f851bf3b636d7f6da75081bfa141fb46fa20659

Missing bmesh include path in scons files.

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

M	source/blender/physics/SConscript

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

diff --git a/source/blender/physics/SConscript b/source/blender/physics/SConscript
index c816588..4156cec 100644
--- a/source/blender/physics/SConscript
+++ b/source/blender/physics/SConscript
@@ -35,6 +35,7 @@ incs = [
     'intern',
     '../blenlib',
     '../blenkernel',
+	'../bmesh',
     '../imbuf',
     '../makesdna',
     '../../../intern/guardedalloc',




More information about the Bf-blender-cvs mailing list