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

Lukas Tönne noreply at git.blender.org
Fri Dec 12 16:30:20 CET 2014


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

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