Commit: ba914f6c5972bae218ba4aacd03b13d07db30b46
Author: Sebastián Barschkis
Date:   Fri May 6 14:57:05 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rBba914f6c5972bae218ba4aacd03b13d07db30b46

fixed include paths

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

M       intern/mantaflow/CMakeLists.txt
M       intern/mantaflow/intern/MANTA.cpp

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

diff --git a/intern/mantaflow/CMakeLists.txt b/intern/mantaflow/CMakeLists.txt
index c595c53..0844b41 100644
--- a/intern/mantaflow/CMakeLists.txt
+++ b/intern/mantaflow/CMakeLists.txt
@@ -50,7 +50,7 @@ set(SRC
        extern/manta_smoke_API.h
        intern/MANTA.h
        intern/spectrum.h
-       intern/strings/smoke.h
+       intern/strings/smoke_script.h
 
        intern/manta_pp/commonkernels.h
        intern/manta_pp/commonkernels.h.reg
diff --git a/intern/mantaflow/intern/MANTA.cpp 
b/intern/mantaflow/intern/MANTA.cpp
index cee697b..c6d6143 100644
--- a/intern/mantaflow/intern/MANTA.cpp
+++ b/intern/mantaflow/intern/MANTA.cpp
@@ -33,7 +33,7 @@
 
 #include "MANTA.h"
 #include "registry.h"
-#include "smoke.h"
+#include "smoke_script.h"
 
 #include "BLI_path_util.h"
 #include "BLI_utildefines.h"

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

Reply via email to