Skip to content

Embedded MaxScript WebServer to remote execuate Maxscript

Notifications You must be signed in to change notification settings

wangrqsh/MaxScriptWebServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MaxScriptWebServer

Project logo

It's an Embedded MaxScript WebServer to remote execute Maxscript. You can find more information in project page

Notice: Only tested in 3ds MAX 2014 x64.

how to use

cd dist
start startmax.bat

how to tweak

  1. You can change listening port in runwebserver.ms

  2. You can change 3ds Max directory in startmax.bat

    environment variable: AUTODESK_3DSMAX_INSTALLDIR

  3. You can even modify C# source for more customizations.

open the source in visual studio 2013
add reference: Autodesk.Model.dll, UiViewModes.dll
build in release mode
copy the result to dist folder from bin/release

Reference

Embedding a Web Server in 3ds Max using .NET

Running Scripts from the Command Line

About

Embedded MaxScript WebServer to remote execuate Maxscript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%