Hi,
Does anyone know the syntax for calling the following mel command inside the maya.mel.eval() function of python,
renderWindowRenderCamera render renderView $sel_cam
renderWindowSaveImageCallback "renderView" $file_name $file_type
Also, I am not sure how to pass my python variable values to $sel_cam, $file_name, and $file_type.
So, could someone tell me how to do this?
Thanks for your help, in advance.