[Bf-blender-cvs] [a889a14] strand_editmode: Missing bmesh include folder for hair editor in scons.

Lukas Tönne noreply at git.blender.org
Mon Apr 20 14:23:14 CEST 2015


Commit: a889a1458caaab0060f8ad8c28f7b6fc71a18db3
Author: Lukas Tönne
Date:   Fri Nov 28 18:05:05 2014 +0100
Branches: strand_editmode
https://developer.blender.org/rBa889a1458caaab0060f8ad8c28f7b6fc71a18db3

Missing bmesh include folder for hair editor in scons.

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

M	source/blender/editors/hair/SConscript

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

diff --git a/source/blender/editors/hair/SConscript b/source/blender/editors/hair/SConscript
index e947d8c..ac8eaa3 100644
--- a/source/blender/editors/hair/SConscript
+++ b/source/blender/editors/hair/SConscript
@@ -35,6 +35,7 @@ incs = [
     '../../blenfont',
     '../../blenkernel',
     '../../blenlib',
+    '../../bmesh',
     '../../makesdna',
     '../../makesrna',
     '../../windowmanager',




More information about the Bf-blender-cvs mailing list