AutoBlaster automatically generates playblasts from multiple cameras with a single click. Your chosen cameras and information are saved in the Maya scene so they don't have to be repeatedly entered.
1.
Download
AutoBlaster.zip
and extract it to:
C:\Users\YOURNAME\Documents\Maya\Scripts
2.
Aassign the following Python code to a shelf button or hotkey (Maya 2022 and later):
import importlib
import AutoBlaster
importlib.reload(AutoBlaster)
AutoBlaster.CreateUI()
Or use this code for earlier versions of Maya:
import AutoBlaster
reload(AutoBlaster)
AutoBlaster.CreateUI()
I'd love to hear from you, so get in touch!