From d72cf239529d3695f173f3a029be23d4abed5d70 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 28 Oct 2003 20:03:30 +0000 Subject: [PATCH] fiddle with debugging output --- pandatool/src/mayaprogs/mayaPview.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandatool/src/mayaprogs/mayaPview.cxx b/pandatool/src/mayaprogs/mayaPview.cxx index a9ed4e5149..61cf8580da 100755 --- a/pandatool/src/mayaprogs/mayaPview.cxx +++ b/pandatool/src/mayaprogs/mayaPview.cxx @@ -22,6 +22,7 @@ #include "load_egg_file.h" #include "config_util.h" #include "textNode.h" +#include "multiplexStream.h" // We must define this to prevent Maya from doubly-declaring its // MApiVersion string in this file as well as in libmayaegg. @@ -183,7 +184,7 @@ initializePlugin(MObject obj) { /* MultiplexStream *local_nout = new MultiplexStream(); Notify::ptr()->set_ostream_ptr(local_nout, 0); - local_nout->add_file(Filename("/c/Cygwin/home/drose/foo.log")); + local_nout->add_file(Filename::expand_from("$TEMP/libmayapview.log")); local_nout->add_standard_output(); */