3dsmax命令行参数中文版
(2014-06-24 18:11:39)
标签:
it |
基本选项
开关
-?
-x
-v:0–5
@command_file
或-cmdFile:command_file
-preset:
或 -rps:
-script:
-bitmapPath:
-xrefPath:
-split:
渲染参数
开关
-outputName:
或 -o:
-camera:
或 -cam:
-width:
或 -w:
-height:
或 -h:
-pixelAspect:
-start:
-end
-nthFrame
-frames
-gammaCorrect:1 或
0
-gammaValueIn:
-gammaValueOut:
-continueOnError
-videopostJob:1 or
0
渲染标记
开关
-showVFB:1 或
0
或 -vfb:1 或 0
-skipRenderFrames:1 或
0
-videoColorCheck:1 或
0
-force2Sided:1 或
0
-renderHidden:1 或
0
-atmospherics:1 或
0
-superBlack:1 或
0
-renderFields:1 或
0
-fieldOrder:even 或
odd
-displacements:1 或
0
-effects:1 或
0
-ditherPalette:1 或
0
-ditherTrueColor:1 或
0
backburner 作业提交
开关
-submit
-submit:[manager_name]
-port:
-netmask
-jobName:
-priority
-suspended:1 or
0
-writeJobFile:
-readJobFile:
位图参数
开关
-JPEG_QUALITY:1 至
100
-JPEG_SMOOTHING:1 到
100
-TARGA_COLORDEPTH:16, 24 或 32
-TARGA_COMPRESSED:1 或
0
-TARGA_ALPHASPLIT:1 或
0
-TARGA_PREMULTALPHA:1 或
0
-TIF_TYPE:0, 1, 2 或
3
-TIF_ALPHA:1 或
0
-TIF_COMPRESSION:1 或
0
-TIF_DPI:
以下的每一个 -RLA_xxxx 开关,均有对应的 -RPF_xxxx
选项。
开关
-RLA_COLORDEPTH:8、16 或
32
-RLA_ALPHA:1 或
0:
-RLA_PREMULTALPHA:1 或
0
-RLA_DESCRIPTION:
-RLA_AUTHOR:
-RLA_ZCHANNEL:1 或
0
-RLA_MTLIDCHANNEL:1 或
0
-RLA_NODEIDCHANNEL:1 或
0
-RLA_UVCHANNEL:1 或
0
-RLA_NORMALCHANNEL:1 或
0
-RLA_REALPIXCHANNEL:1 或
0
-RLA_COVERAGECHANNEL:1 或
0
以下 -RPF_xxxx 开关没有相应的 -RLA_xxxx 选项。
开关
-RPF_NODERENDERIDCHANNEL
-RPF_COLORCHANNEL
-RPF_TRANSPCHANNEL
-RPF_VELOCCHANNEL
-RPF_WEIGHTCHANNEL1 或
0
-RPF_MASKCHANNEL
********************************************************************************
分隔符
上表中列出的很多开关都在末尾带有冒号,如
c:\3dsmax7\3dsmaxcmd -outputName:c:\3dsmax7\images\myImage.jpg -w:640 -h:480 c:\3dsmax7\scenes\myScene.max
c:\3dsmax7\3dsmaxcmd -outputName c:\3dsmax7\images\myImage.jpg -w 640 -h 480 c:\3dsmax7\scenes\myScene.max
c:\3dsmax7\3dsmaxcmd -outputName=c:\3dsmax7\images\myImage.jpg -w=640 -h=480 c:\3dsmax7\scenes\myScene.max
很多要使用的开关只需“启用/关闭”切换,例如
c:\3dsmax7\3dsmaxcmd
-outputName=c:\3dsmax7\images\myImage.jpg -vfb=true
c:\3dsmax7\scenes\myScene.
*************************************************************
3dsmaxcmd.exe -o:D:\red\test.tif D:\red\red.max -TIF_TYPE:0
原资料链接
http://school.3dmax8.com/cankao/3dsmax_web/command_line_rendering_switches.html