[Bf-blender-cvs] [6a2e523] fluid-mantaflow: fixed include for manta python api header

Sebastián Barschkis noreply at git.blender.org
Thu Mar 17 19:11:15 CET 2016


Commit: 6a2e523639960ac160f1b95e5afeea2efbf7cde9
Author: Sebastián Barschkis
Date:   Thu Mar 17 18:51:32 2016 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rB6a2e523639960ac160f1b95e5afeea2efbf7cde9

fixed include for manta python api header

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

M	source/blender/python/intern/CMakeLists.txt
M	source/blender/python/intern/bpy_interface.c

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

diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 89bb7a4..0289fe1 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -38,6 +38,7 @@ set(INC
 	../../../../intern/cycles/blender
 	../../../../intern/opencolorio
 	../../../../intern/guardedalloc
+	../../../../intern/mantaflow/extern
 )
 
 set(INC_SYS
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index beee692..bb17d4c 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -79,7 +79,7 @@
 #include "../bmesh/bmesh_py_api.h"
 #include "../mathutils/mathutils.h"
 
-#include "../../../../intern/mantaflow/extern/manta_python_api.h"
+#include "manta_python_API.h"
 
 
 /* for internal use, when starting and ending python scripts */




More information about the Bf-blender-cvs mailing list