Hi, I am exporting maya scene using couple of functions written in pymel. These functions have print statement to print the information in script editor as soon as they are called. Problem is that all the print statements appears in the last when every thing is finished.
I tried using another way by creating a window and a scrollField and insert text in the scrollFiled using another procedure. This is also giving the same problem as mentioned above. Now I am thinking to use Maya's "Output Window" to show event messages as they are executed but I am not sure if it's going to work or not. Any suggestions? By the way how do print on "output window" using pymel? Prashant --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
