Auto Hotkey

From bernie's
Jump to navigation Jump to search

Maxwell fire

; makes maya front app
; skip 4 frames, wait 2 minutes, send shortcut (save to renderview/server)
; do that 100 times (400 frames)

IfWinExist, Autodesk Maya
    WinActivate ; use the window found above
	
Loop, 100
{

	Send {!}
	Send {!}
	Send {!}
	Send {!}
	Sleep, 120000
	Send ^!{F9}

}