Browse Source

changing the output a little

Asad M. Zaman 20 years ago
parent
commit
47f189b142
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/maya/mayaShaderColorDef.cxx

+ 1 - 1
pandatool/src/maya/mayaShaderColorDef.cxx

@@ -373,7 +373,7 @@ read_surface_color(MayaShader *shader, MObject color, bool trans) {
         shader->_blend_type = MayaShader::BT_modulate;
     }
 
-    maya_cat.info() << "blendMode used " << blendName << endl;
+    maya_cat.info() << layered_fn.name() << ": blendMode used " << blendName << endl;
     maya_cat.spam() << "*** END doIt... ***" << endl;
 
     maya_cat.debug() << "number of connections: " << color_pa.length() << endl;