[Bf-blender-cvs] [bd25523aff8] blender2.8: fix: collada: must use case sensitive filename in include

Gaia Clary noreply at git.blender.org
Fri Nov 23 19:24:11 CET 2018


Commit: bd25523aff8b8ec4d2ebbb34084621adde0a2366
Author: Gaia Clary
Date:   Fri Nov 23 19:23:16 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBbd25523aff8b8ec4d2ebbb34084621adde0a2366

fix: collada: must use case sensitive filename in include

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

M	source/blender/collada/DocumentImporter.cpp

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

diff --git a/source/blender/collada/DocumentImporter.cpp b/source/blender/collada/DocumentImporter.cpp
index 658015ab912..8eb9e5c969e 100644
--- a/source/blender/collada/DocumentImporter.cpp
+++ b/source/blender/collada/DocumentImporter.cpp
@@ -91,7 +91,7 @@ extern "C" {
 
 #include "collada_internal.h"
 #include "collada_utils.h"
-#include "materials.h"
+#include "Materials.h"
 
 /*
  * COLLADA Importer limitations:



More information about the Bf-blender-cvs mailing list