[Bf-blender-cvs] [74aa960398d] master: Cleanup: add newline in Collada error message

Philipp Oeser noreply at git.blender.org
Tue Jan 24 10:54:39 CET 2023


Commit: 74aa960398def266e2064504a70d47c7f5440097
Author: Philipp Oeser
Date:   Tue Jan 24 10:52:37 2023 +0100
Branches: master
https://developer.blender.org/rB74aa960398def266e2064504a70d47c7f5440097

Cleanup: add newline in Collada error message

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

M	source/blender/io/collada/Materials.cpp

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

diff --git a/source/blender/io/collada/Materials.cpp b/source/blender/io/collada/Materials.cpp
index 997da31b939..cf63722c369 100644
--- a/source/blender/io/collada/Materials.cpp
+++ b/source/blender/io/collada/Materials.cpp
@@ -161,7 +161,7 @@ void MaterialNode::set_ior(COLLADAFW::FloatOrParam &val)
   if (ior < 0) {
     fprintf(stderr,
             "IOR of negative value is not allowed for materials (using Blender default value "
-            "instead)");
+            "instead)\n");
     return;
   }



More information about the Bf-blender-cvs mailing list