...
Next, we'll need to know each of the parameters in the submission UI that are specific to this particular job and application. All application-specific parameters are in the job's package. Again, we can find this info either in job internals (from the GUI) or through the API's qb.jobinfo call. For this job, the package parameters are as follows:
Panel |
---|
borderStyle | dashed |
---|
title | Internal Data |
---|
borderStyle | dashed |
---|
|
---------------------------------------- Job Package
----------------------------------------
-cam : test
-proj : /mnt/storage/
-renderer : rib
-rl : test
cmdline : "/usr/autodesk/maya2012/bin/Render" -s QB_FRAME_START -e QB_FRAME_END -b QB_FRAME_STEP -cam "test" -rl "test" -proj "/mnt/storage/" -renderer "rib" "/mnt/storage/test.mb"
mayaExe : /usr/autodesk/maya2012/bin/Render
range : 1-100
scenefile : /mnt/storage/test.mb
simpleCmdType : Maya BatchRender (rib)
|
...