• Stars
    star
    122
  • Rank 290,899 (Top 6 %)
  • Language
    C#
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

3dmax 远程执行命令服务

MaxServer

3dmax 远程执行命令服务

使用vs2010编译,通过后将MAXScriptWebServer.dll复制到C:\Program Files\Autodesk\3ds Max 2014\bin\assemblies(3dmax安装目录,根据个人实际情况),启动3dmax(2014,其它版本未测), 打开3dmax script调试器运行startup.ms内容即可,之后只需post maxscript脚本命令至3dmax服务部署的IP和端口下即可执行。

extra提供一些bat,帮助你更快的使用