在Maxscript编辑器中脚本自动提示补全
在Maxscript编辑器中脚本自动提示补全效果如图所示:具体步骤如下:1)在Maxscript编辑器中,选择工具/全局选项文件,并添加如下内容:colour.string.verbatim=fore:#CB7A7A# Autocompleteautocompleteword.automatic=1autocomplete.*.ignorecase=1autocomplete.choose.single=0autocomplete.*.start.characters=$(chars.alpha)$(chars.numeric)$_@#.api.*.ms=maxscript.api# Editor Behavior# home key goes to far left beginning of linevc.home.key=0# open up to 20 files at oncebuffers=20# show file tabs on multiple linestabbar.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 fileInopenpath.*.ms=<my script functions folder>open.suffix.*.ms=.ms# Ctrl-O defaults to the directory of the currently active fileopen.dialog.in.file.directory=1
2)下载附件插件, 在3dsMax中运行,生成maxscript.API文件。3)从maxscript.api文件复制到3dsMax启动目录[示例路径]:(C:\Program Files\Autodesk\3ds Max 2019\)4)重启3dsmax软件
最后能运行使用,但是自动补全的内容都不是自己想要的提示,这是为什么? http://www.scriptspot.com/blog/nik/autocomplete-in-the-maxscript-editor 顺便贴上国外没有加密的源文件下载地址。 能详细说明。 题主, 解压后的 maxscript.api 在哪?
页:
[1]