Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 3d max demo.ms 脚本文件。我需要从CLI(Command Line Interface). 请给我任何链接。我是初学者。
CLI(Command Line Interface)
max 中没有真正的命令行选项。您只能从命令行使用脚本作为参数启动 max,一旦 max 启动,它将执行脚本。还有一些脚本可以注册一个 com 端口或套接字服务器,您也可以向其发送命令。