马上注册,加入CGJOY,让你轻松玩转CGJOY。
您需要 登录 才可以下载或查看,没有帐号?立即注册
×
在Maxscript编辑器中脚本自动提示补全 效果如图所示: 具体步骤如下: 1)在Maxscript编辑器中,选择工具/全局选项文件,并添加如下内容: colour.string.verbatim=fore:#CB7A7A # Autocomplete autocompleteword.automatic=1 autocomplete.*.ignorecase=1 autocomplete.choose.single=0 autocomplete.*.start.characters=$(chars.alpha)$(chars.numeric)$_@#. api.*.ms=maxscript.api
# Editor Behavior # home key goes to far left beginning of line vc.home.key=0 # open up to 20 files at once buffers=20 # show file tabs on multiple lines tabbar.multiline=1 # highlighted a file name in a script and open that file using Ctrl-Shift-O # I use this with files Im adding to a script using include or fileIn openpath.*.ms=<my script functions folder> open.suffix.*.ms=.ms # Ctrl-O defaults to the directory of the currently active file open.dialog.in.file.directory=1
2)下载附件插件, 在3dsMax中运行,生成maxscript.API文件。 3)从maxscript.api文件复制到3dsMax启动目录 [示例路径]:(C:\Program Files\Autodesk\3ds Max 2019\) 4)重启3dsmax软件
|