3ds Max | Scripts

ShowBoneAxis

0 votes

-- Show Bone Axis
-- 2013/03/26 by SaiZyca
--for 3dsmax 2012 (should work above 5 )
--This tool can toggle the display axis for your bone collection.
--main function is based on showBoneAxis by M. Breidt (http://scripts.breidt.net/)

GrabViewport 2.1

56 votes

FOR THE LATEST VERSION PLEASE GO HERE http://www.scriptspot.com/3ds-max/scripts/grabviewport-0

Xray CAT Survival Toolkit 1.0 is here!

1 vote

PaintSelector by drFlash

11 votes

Select verts - edges - faces of the 'editable poly' and the 'edit poly' objects by 'painting' with a variable sized brush.

Particle Flow Auto Cache

0 votes

Script to make a cache automatically on all PFlow systems

Connect Always

14 votes

By default, Max has two separate commands for Connecting Edges and Connecting Vertices. You had to have two menus for both of them.With Connect Always, you just have to select the vertices/edges and hit "Connect Always"

Here is the code if you dont want to download:-

macroscript Connect_always
Category: "Butt tools" buttonText: "Connect Always"
(
$.EditablePoly.ConnectVertices ()
$.EditablePoly.ConnectEdges ()
)

The category and buttontext is needed if you want to put it in a menu or quad.

[CREDIT}

Remove components

8 votes

It is replacement of standard 'Remove'
Remove verts - edges - polys clean like a XSI 'Dissolve and Clean Adjacent Vertices'

SpaceWarps Selector

0 votes

Script to quickly select SpaceWarps present in a scene

- Click on a spacewarps in the list, select it in the scene
- Double-click on a spacewarps in the list, select it and display its settings in the panel "Modify"

Particle Flow - Random Seed

0 votes

Script to assign a random value to all the "seed" particle flow operators present in the scene

Syndicate content