Basically I want to run more commands after playblasting my scene like printing to the command line and changing UI elements...
But it looks like Maya doesn't look at any commands after doign a playblast.
Is there any way to run some sort of a post playblast script?
Any help would be much appreciated!
Here's the basics of what I've got. If you run that, you should get a playblast, but it won't look at the print line.
//do the playblast
playblast -format qt
-filename playBlast01
-forceOverwrite
-sequenceTime 0
-clearCache 1
-viewer 1
-showOrnaments 1
-offScreen
-fp 4
-percent 100
-compression "PNG"
-quality 100
-widthHeight 1920 1080;
//post-pb lines
print "Playlast has finished";
best regards,
Richard