3ds Max | All

360 Render World

12 votes

360 Render World is a panoramic camera making it possible to obtain renders with 360 degrees of a scene. Its originality is to be able to treat these made panoramic while taking account of an angle of sight what makes it possible to obtain made original likely to follow the curve of an arc without producing deformation.

viewport switcher

12 votes

switch to other viewport layout without having to acces the viewport layout settings

Wire Connect

12 votes

"This script does ONE WAY WIRING with a simpler object-to-object interface. It also shows Script Expression editing as well as range editing for objects. This is similar to Maya's Connection Editor - but with all the nice added features of MAX's wiring via script/expressions.

Shrink_Wrap.ms

12 votes

This script will shrink one mesh to the surface of another mesh or meshes. This can help making a lowpoly collision object for a character. First a snapshot of the selected object is created. The original object is put into box mode (so it is easier to

Bounding Box Meassure Callback

12 votes

Called anytime the selection is changed the script shows in the prompt line (lower right corner, next to the listener ;) the dimensions (as integers) of the selected object in the current units.

Comes very handy while working with interior/exterior scenes. to me at least :)

ViewPort Control Mini

12 votes

The original script by Adam Biles “Viewport Controls” was
altered by othoap on 4-1-07.


I really like docking all my tools so I made smaller icons then Adam Biles UI and added a docking feature. Also I added buttons
for all the viewport layouts.

The button icons are only in 16 pixel size. Sorry
I don't use 24 pixel UI setting.

VertexSymmetry

12 votes

This script use for morpher symmetry + video Tutorial Transform move (Left to Right) (Right to Left) 

selected by wirecolor

12 votes

Hi all,

I was wondering if there is already a script or you have a simple solution for the following:

I want to select some objects (A) by other object(B) that has the same color as the objects (A).
(Max file have any wirecolr objects in sceen.)

Sorry I'm not good at English.

best regards.

RenDir

12 votes

What this will do is load up every single max file in the directory of your current scene file, and render each of them. Useful if you have a bunch of max files you want to render overnight on a single PC. You can just copy all those files into any directory, and set them all up with the render settings you want.
And then run the script, it will read all the max files in the present dir, and load them one at a time, and render each out.

CopyClick

12 votes

-- Copy by Click
-- V1.0

-- How it works?
-- 1. Select objects
-- 2. Execute CopybyClick
-- 3. Click to make a instance of selection
-- 4. ESC or rightclick to cancel

------------------------ THE CODE ------------------------

macroScript CopybyClick
category:"AGGTools"
buttonText:"CopybyClick"
tooltip:"Copy by Click"

(

fn CopyClick =
try
(
maxOps.cloneNodes $ cloneType:#instance newNodes:&nnl
select nnl
Sel=selection
p = point pos:Sel.center
p.pos.z = 0
ClickPos = pickPoint snap:#2D ()
ArrayFiltroGroupHead = #()

Syndicate content