Sunday, October 16, 2011

Visual Pivot Placer v1.5

















The image above says all. :)
Places the pivot of the selected object/s in one of the red colored circle.

Super Poly Bridge v.1.4

Bridge faces or holes(edge borders). 
Just watch the video. :)

miauu Measure and Select





With this script you can:
Measure:
  • length of edges or segments
  • area of faces
  • distance between objects or points
  • size of objcets

Select:
  • edges or segments by length
  • faces by area

Works with Editable_Poly, Editable_Mesh and Spline objects, and Edit Poly modifier.

SYSTEM REQUIREMENTS: Autodesk® 3ds Max® and 3ds Max Design® 2009 and above





miauu's Edge Cutter v1.5













RTTAssist

About:
RTTassist is a free MaxScript toolset shaped in a beautiful interface that automates the tedious process of texture baking. It has a wide range of features, but most especially it is designed to give you better user experience! Take a look at some of its main features (to see them in action check the site or the youtube channel):

Live Measure v.1


Measure and show edges length, segments length and faces area in real time.

Weld vertex selection to the last selected vertex v.1.0

Weld all selected verts to the last selected vert.

Magic Hotkey v1.0

One hotkey that can execute multiple commands.

Smart Poly Extrude v.1.1

I saw this thread and decide to make a script. :)
Then Syphorlate show a very elegant solution for quadratic extrusion and I add it to the script.

Grab Viewport (with alpha channel) v.1.1

The script that grab the active viewport and include an alpha channel was requested in cgtalk forum.
So, this is my attempt. Note that the script is not very fast. Test it and if you like it - use it. :)
ver.1.1 - can take a screenshot that's larger than the viewport resolution. - idea by Bigjohn
Version Requirement: 
 9 and up

DOWNLOAD

3D UI Vertex Align Tool v.1.1


This script was created from Trent Fealy - www.studiosyntax.net

In this thread @airbrush asked someone to modify the script.
What i added to original script:

Straighten Edges in Screen View v.1.0

The video show all that the script can do. Reference coordinate system must be "Screen", can align verts, edges or faces. Work only with Editable Poly objects.

Mouse Wheel Grow/Shrink Selection v.1.0


This script will allows you to use the mouse wheel to grow and shrink verts/edges/faces selection on Editable Poly and Edit_Poly objects.

Stretch Spline v.1


This script will get the selected spline and will create new spline with the same length of all segments.


Skip Every N-th v.1.3

Skip every vert/edge/face. In Loop mode, you can skip edges and polygons. In Ring mode you can skip vertices,edges and polygons.

Select Every N-th-no UI v.1.03

If you want to select every 2nd or 3rd or 4th, etc edges, just select the first edge, skip the desired number of edges and select the second edge, then execute the script.
If you want to see the time that script needs to make a selection, just start MAXScript Listener.
Instalation: Drag 'n drop two mzp files in 3ds max, then go to Customize - Customize User Interface. Under "miauu"
category you can find "Gap Loop" and "Gap Ring" scripts.
On the video below the script works 3 times slower, because of Camtasia and my old, single core PC.
Script is updated to version 1.3 for Skip Ring mode. NOw you can skip vertices, edges, and polygons.
watch the second video. :)
Instalation for SelectEveryNthVEPRing: Drag 'n drop selectvepringwithgap.mzp file in 3ds max, then go to Customize - Customize User Interface. Under "miauu" category you can find "Select Full Gap Vert/Edge/Poly Ring"
Version Requirement: 
 max 9, 2008, 2009, 2010, 2011

DOWNLOAD LOOP VERSION


DOWNLOAD RING VERSION

Step Gap Edge Loop - like modo selection v.1.0

Modo selections style in 3ds max, but only for edges.
Assign a hotkey(or button), select 2 verts/edges/faces woth desired gap between them and start pressing your hotkey.
Work only with Editable Poly objects
Instalation:
Drag-n-drop "StepGapEdgeLoopLR.mzp" and "StepGapEdgeLoopLR.mzp" in 3ds max. Go to Customize-Customize User Interface. Under "miauu" category you will find "Step Gap Edge Loop Right-Left" and "Step Gap Edge Loop Right-Left".
Big thanks to Anubis for his help.

DOWNLOAD 1
DOWNLOAD 2

Step Gap Vert/Edge/Poly Ring (like modo selection) v.1.0

Modo selections style in 3ds max. Assign a hotkey(or button), select 2 verts/edges/faces woth desired gap between them and start pressing your hotkey. :)
Instalation: Drag-n-drop StepGapVEPRingLR.mzp and StepGapVEPRingLR.mzp in 3ds max. Go to
Customize - Customize User Interface. Under "miauu" category you will find "Step Gap VEP Ring Left-Right" and "Step Gap VEP Ring Right-Left"
Big thanks to Anubis for his help.
Version Requirement: 
 3ds max 9 and up

miauu's Select Edges by lenght v.1.0

With this script you can select edges wich is less, equal or grater than value that you want. Also, you can measure the lenght of single or multiple edges.
Instalation: Drag-n-drop mzp files in 3ds max. Go to Customize-Custumize User Interface, under "miauu" category you will find the script.

Version Requirement: 
9, 2008, 2009, 2010, 2011,2012

DOWNLOAD 

Check for UVs outside of 0-1 space v.1

The script will apply UVW_Unwrap modifier to selected ojects, then will check for UVs outside of the 0-1 space. If there is UVs outside of the 0-1 space in the Maxscript listener will be printed the name of the objects with problematic UVs. In the end the script will dlete the UVW_Unwrap modifier.

DOWNLOAD

Merge Faces v.1.0


Merge Selected faces into one by removing the inner edges.
Installation: Drag and Drop in 3ds max. Go to Customize-Customize User Interface-"miauu" cateogory.
Version Requirement: 
 3ds max 2009 (should work in older versions too!)

DOWNLOAD


Random Rotate UV Islands v.1.0


Randomly rotate the selected UV islands.
Installation: Drag and drop in 3ds max. Go to Customize - Customize User Interface - "miauu" category.

DOWNLOAD


Rotate UVs v.1.0


This script was requested in one Bulgarian forum.
The main purpos of it is to find the longest edge of the selected UV island and rotate that island around this edge on predefined angle.
You can align selected UVs horizontally or vertically around the selected edge(this can be the longest edge or the any other edge).
There are two mode of working - "auto" and "manual". In "auto" mode the script will find the longest edge of each UVs and will use that edge as point of rotation/aligning. If there are two or more edges with same length only one of them will be used. In "manual"mode the rotation/aligning will be around the selected edge.
Credits to Hendrik-Jan Schoenmaker a.k.a. renderhjs
Installation: Drag and drop Rotate_UVs_v10.ms in 3ds max. Go to Customize - Customize User Interface - "miauu" category.

DOWNLOAD


Spline in Middle v.1.0

The main purpose is to get edge selection, create spline and put it in center of a tube.
Work only with Editable Poly objects.
Installation: Drag and drop the script file in 3ds max. Go to Customize-Customize User Interface - "miauu" category.

DOWNLOAD