If the only way on to redirect the output on windows is to a file using the log 
flag, then you can have your qt window just tail that file. 



On Mar 15, 2012, at 9:03 AM, ChrisV <chr...@austin.rr.com> wrote:

> Is there a way to redirect the Output Window info or stdout to a Qt
> interface. We have an exporter plugin which kicks info to the Output
> Window, but I'd like to pipe this to an exporter UI  which I've
> created.
> 
> On Mar 13, 5:13 am, Mark Serena <markjser...@gmail.com> wrote:
>> Right click your Maya shortcut and choose properties and in the target box
>> add this to the end -log c:\debug.txt
>> Should look like this:
>> *"C:\Program Files\Autodesk\Maya2012\bin\maya.exe" -log c:\debug.txt*
> 
> -- 
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings: 
> http://groups.google.com/group/python_inside_maya/subscribe

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to