Hey everyone.

I have a python script that does some calculations and then runs a render. 
After the render I want to remove the render info to just focus on the image 
itself. Well, it's simple enough, just remove the caps from the 
renderwindoweditor, but the code doesnt work. So is there any way to excute 
other script after the render finished? here is my code:

cmds.renderWindowEditor('renderView',e=1,pcaption=0)
cmds.renderWindowEditor('renderView',e=1,cap='')

when I put this code after the render command, it doesnt work, but if I execute 
it manually after the render it works. So maybe I execute this code after 
render calling it from other script? btw, post render mel wont work here 
because I am doing a "custom" render from the script, not the normal "render 
current frame".

Thank you guys.

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to