Message 1 of 9
3dsmaxbatch.exe Outputing text to console from python script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using 3dsmaxbatch.exe to run a python script:
3dsmaxbatch.exe script.py -mxsString string1:"InputPath" -mxsString string2:"OutputPath" -listenerlog Logfile.log
I see that 3dsmaxbatch.exe outputs some progress to the console window, and similar gets logged into the Logfile.log
Logfile.log also gets all the Print statements from the python script.
Is it possible to output these print statements to the console window also, not just the log file?