3ds Max | All

Flame / Combustion 2D track loader

12 votes

This script imports 2D .ascii trackings from Flame/Combustion.
It's useful for rotoscopying or working with moving elements on matchmoved scenes.
This kind of .ascii text files look like this:

1.0 : +470.67, +341.00
2.0 begin_of_the_skype_highlighting              +341.00 2.0      end_of_the_skype_highlighting : +470.16, +339.89
3.0 .....

where "1.0" is the frame number, "+470.67" the x track position and "+341" the y track position.

Run this script. A floater window will appear.

String Option Mental Ray

1 vote

This script allow to insert string option in Mental Ray engine

String option Mental Ray

 

Advanced Align

8 votes

Quickly aligns the local position and rotation of the selected object to the next object the user picks.

InstanceMaterial

3 votes

Select a material (must be a StandartMaterial) in the MaterialEditor - then run the script.
It scans through all objects and their materials and replaces all materials that have the same name as the selected one with an instance of this selected material

materialIDRandomizer

5 votes

Takes all selected objects and applies a material modifier to them with a random ID between the high and low value.

SplinePencil

3 votes

Allows Draw a Spline draw from a Bitmap image on grid...

A Powerfull Tool For PolyModelling

background realtime update

0 votes

box between two points

1 vote

Creates a box between two points; the box's position and height is then bound by the 2 points positions. Do not delete the points.

Citytrafic Speed Changer

0 votes

Citytrafic Speed Changer is a 3ds max script and you can change automatecly the maximal speed on the streets in your scene.

Select all streets, add max speed and press GO!

Script category: “#todorScripts”.

You can see an example here, how to install my script per Drag and Drop:

MXSpy

1 vote

MXSpy This is a simple script for quick dev of 3dsmax.mxspy

like this in:
import "os"
print os.path.abspath("test.ini")
filepath = os.path.dirname("d:\test\test.txt")
print filepath
import "sys"
print sys.models
import "random"
random.choice(#(1,2,3,4,5))
paly maxscript like python!

Syndicate content