Commit: 59724e929c2cb84e73f810d2ef14dbbaee2036a3
Author: Lukas Tönne
Date:   Fri Nov 28 18:05:05 2014 +0100
Branches: hair_immediate_fixes
https://developer.blender.org/rB59724e929c2cb84e73f810d2ef14dbbaee2036a3

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',

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to