Tagged 'align'

Keyframe Align

21 votes

Key frame align allows you to align an object over time based on key frames instead of placing a key on every frame. It will also align one object to another on every frame if needed. It can separate the position, rotation, and scale transforms. This script also works with biped. This was inspired by Jim Jagger's animated align and advanced align tools. I fixed an oddity with the rotation, it wont require it to be run twice on certain occasions. Latest update fixes an error with biped. A biped object with a modifier can now be interpreted by the script.

zsTools

21 votes

A simple script I wrote for my daily work. Maybe it will be useful for someone.
Rotation and Scale transormations are restricted to "geometry" and "helper" objects to avoid any errors.

- ROTATE selected objects by selected angle in specified axis
- RESET position / rotation / scale of selected objects in selected or all axes
- ALIGN position / rotation / scale of selected objects to min / average / max in specified axes
- apply a RANDOM (with given min and max values) position / rotation / scale in specified axes to selected objects.

alignViewportToFace

6 votes

Aligns the viewport to the selected face. Thanks to Carl-Mikael Lagnecrantz for some code inspiration.

Tutorial:
Select an editable poly object, select a face, run the script. Now you have a new view perpendicular to that face.

Move To Surface

23 votes

The following will let the user move objects along their Z axis to fit a specified surface. Such a script can be used to automatically plant trees, poles etc. on the ground.

This script is straight out of the 3ds Max MAXScript reference file. Its part of the MAXScript 'How To' lessons that teaches how to use MAXScript with practical problems. Load your MAXScript reference (the one that ships with 3ds Max) and do a search for 'align surface' and it'll be the first result.

I did not write this script I merely copied the code here as aligning to a surface is a very common request. Make sure to read the other 'How To' tutorials in the 3ds Max MAXScript reference - they're all really good!

UV Tools

35 votes

[Admin update - this is a commercial script]

UV Tools is a 3d studios max plugin designed for making the process of
UVW mapping easier. Designed mainly for use directly while in Editable
Polygon mode, you can use it directly alongside while you are modeling
or editing your geometry.

UV aligner

30 votes

Script for aligning and looping vertices (uv's) inside the UVW unwrap dialog.

Aligner

7 votes

Aligns one object to another. Similar to the Align tool in max - but optimized to allow a variety of aligns with the least number of mouse clicks necessary.

Tutorial:

UI_Align_Scale_XZ.ms

6 votes

Align Position Rotation and Scale of selection to target from Center to Center

MoveToView

6 votes

Moves the selected object in front of the current view.

UI_Align_Scale_Y.ms

5 votes

Align Position Rotation and Scale of selection to target from Center to Center