Hi,
I have installed the latest stable nightly (build 22419), with Maya2013 on Windows Seven 64bit.
I am using this command-line render :
render -r vray -threads 0 -rd O:/pathToWriteImages/output -s 1 -e 5 -proj O:/pathToMyProject O:/pathToMyScene/test.mb
While rendering, I get this warning twice :
Warning: file: d:\temp\AST80FB292.tmp line 11: The flag "-renderType" is obsolete and has been replaced by the "-fileRule" flag. Please use the new flag.
Looking at the "d:\temp\AST80FB292.tmp" file (which I guess is produced by VRay), I see this at line 11 :
workspace -rt "images" "O:/pathToWriteImages/output";workspace -rt "depth" "O:/pathToWriteImages/output";; // For flag -rd
Please use the new syntax, as artists are looking for "warnings" and "errors" in logs, so false positives are a loss of time.
Thanks.
I have installed the latest stable nightly (build 22419), with Maya2013 on Windows Seven 64bit.
I am using this command-line render :
render -r vray -threads 0 -rd O:/pathToWriteImages/output -s 1 -e 5 -proj O:/pathToMyProject O:/pathToMyScene/test.mb
While rendering, I get this warning twice :
Warning: file: d:\temp\AST80FB292.tmp line 11: The flag "-renderType" is obsolete and has been replaced by the "-fileRule" flag. Please use the new flag.
Looking at the "d:\temp\AST80FB292.tmp" file (which I guess is produced by VRay), I see this at line 11 :
workspace -rt "images" "O:/pathToWriteImages/output";workspace -rt "depth" "O:/pathToWriteImages/output";; // For flag -rd
Please use the new syntax, as artists are looking for "warnings" and "errors" in logs, so false positives are a loss of time.
Thanks.
Comment