hi,
ok I'd like to do a simple batch render using terminal and .bat file which works fine using the string below :-
render -r vray -x 1280 -y 720 -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
I would however like to render a particular render layers so looking at Maya help pages there's a render flag for render layers :
-rl <boolean:name>
so i've tried a variety of versions to get this to work but so far no joy can anyone advise please ?
so far tried:
render -r vray -x 1280 -y 720 -rl true:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
render -r vray -x 1280 -y 720 -rl True:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
render -r vray -x 1280 -y 720 -rl 1:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project_/scenes/shed_11.mb"
render -r vray -x 1280 -y 720 -rl yes:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
ok I'd like to do a simple batch render using terminal and .bat file which works fine using the string below :-
render -r vray -x 1280 -y 720 -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
I would however like to render a particular render layers so looking at Maya help pages there's a render flag for render layers :
-rl <boolean:name>
so i've tried a variety of versions to get this to work but so far no joy can anyone advise please ?
so far tried:
render -r vray -x 1280 -y 720 -rl true:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
render -r vray -x 1280 -y 720 -rl True:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
render -r vray -x 1280 -y 720 -rl 1:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project_/scenes/shed_11.mb"
render -r vray -x 1280 -y 720 -rl yes:ground_RL -s 1 -e 442 -verb "S:/projects_current_Drv/my_Project/scenes/shed_11.mb"
Comment