python

SciExtLexer.dll

7
votes

This is an external lexer for the scintilla based maxscript editor that ships with 3dsmax 2008 and later.

It adds syntax highlighting for C++, C#, Python and Ruby source code to the editor. This comes in handy if you are doing just-in-time compilation of external source through .NET.

Py3dsMax

8
votes

(This plugin was submitted to ScriptSpot as a benefit to the users - technical questions need to be directed the developers using the project page link below.)

"Here at Blur we've developed a way to integrate the Python (http://www.python.org) programming language into the 3d Studio Max application. By mapping the basic MAXScript value class to the basic Python PyObject class, we're able to expose MAXScript functionality as a Python module. All maxscript methods are available using the mxs module and run the same way as they would normally in maxscript, only using a pythonic syntax.
For faster development, we've also integrated the PyQt framework to allow development of Qt applications instead of MAXScript rollouts."

Tags:
Syndicate content