If I’m attaching a post script to a maya render that calls vray’s vrimgtoexr.exe converter, what would be the command I want to use to launch this?
Take a look at this example for getting the output filename after a task finishes:
software.primefocusworld.com/sof … ob_Scripts
To run an executable, you can use the ProcessUtils functions SpawnProcess and WaitForExit functions that are documented here:
software.primefocusworld.com/sof … _Utilities
Cheers,
- Ryan