Plugins

Visual MaxScript Plugin Fix

This is a fix for the small, yet incredibly irritating, bug in Visual
Maxscript Plugin where when you've finished editing a rollout in VMS it
would remove one line directly below the rollout block which, if not
manually fixed could lead to the rollout 'eating' your code away.

This is a modification from the original plugin from Discreet so all credit goes to them.

HiddenDOSCommand

For those of you that maintain your own dlx with a grab bag of
maxscript extensions (like Larry's avg_dlx), I've attached source for a
function that will launch a dos command in a hidden window. You may
find it useful in your toolbox.

Avguard MAXScript Extension Package

The legendary Avguard extensions have been improved even more, adding
dozens of incredibly useful methods/globals for the maxscript
programmer...

SkinMXS

It exposes the mesh skin intial bind matrix and bones intial bind
matrices. You can get and set them. Note that the set does not
immediately update, you have to do that by hand.

Py3dsMax

(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."

Physique-mxsphy

...a high level MAXScript extension for Physique which allows for importing and exporting of nodes and weights.

Universal Track Selector

(NEW)On sale from now till the end of the year! Check it out.

GetColorPicker

On the discreet Maxscript forum Dave Stewert asked if there was a
function to call the color selector. Well there wasn't so I wrote this
maxscript extension. This function programmaticly calls the color
picker dialog. So here it is.

The syntax is like this:

<< color >> GetColorPicker << Title : String >> [alpha: boolean]

Mouse Track

Tracks mouse over a mesh; returns the surface intersection normal ray
and the face number under the mouse cursor. Sample usage script
included. Originally supplied as a "bonus plugin" in r2.5. Recompiled
r3.0 version included. Very powerful!

Syndicate content