3ds Max | All

Vray material to Standard material

1 vote

Convert V-Ray MTL to standard material In order to transfer information from 3ds Max to other programs like Maya, Lumion and ... It is not accurate in parameters like glossiness, metalness, Reflection and refraction convert all materials, sub materials, maps and submaps

Make Grey

0 votes

This script will take all selected objects and make them grey by default.

I get fed up with going into the colour picker to turn objects grey as I work through a blockout. I made this so that I could do it with a single click.

The script will work as a button in the toolbar once setup.

Installation:

This script takes all selected objects and makes their wireframe and base colour grey if no materials are applied.

To add it to your Max, drag the .ms file into the 3Dsmax viewport.

Shape Now

0 votes

Hi, this is a simple script to transform a model poly to the spline wire form from that.

macroScript shape_now category:"#Scripts"
(
rollout shape_now "shape_now"
(
button btn1 "shape now" pos:[05,05] width:110 height:30
on btn1 pressed do
(
modPanel.addModToSelection (Edit_Poly ()) ui:on
subobjectLevel = 5
modPanel.setCurrentObject $.modifiers[#Edit_Poly]
actionMan.executeAction 0 "40021" -- Selection: Select All
max select all
$.modifiers[#Edit_Poly].ConvertSelection #Element #Edge
subobjectLevel = 2

RGBAout

4 votes

Save R -G - B and Alpha channels to 4 separate bitmap files for later compositing.

Group Manager

1 vote

 

 

This is a tool for listing and managing groups.

Features

- Group in local space, and world space.

- Group by Point Helper, in local space, and world space.

- Toogle between regular groups and Point Helper Groups

- Toggle selected Group open/close

- Select the groups in the list

- Double click a group name to zoom to the extents of the group/helper

LockUnlock_Rotation_Y_UnLock.ms

3 votes

Disable Y Roration Lock for the selected objects

Create_Link_and_Def_Objects.ms

0 votes

This script creates Link and Def Objects from Skel objects. This script requires the use of the naming convention described in the Tutorials section.Required File: TiM_Lib.ms

UI_Transform_SelectionCenter.ms

3 votes

This script will set the transform center to Selection

Skin_Selected_To_Null_At_Center.ms

2 votes

Use this script to create a null at the pivot of the selected object(s) then skin the object(s) to the null at its' center.

Envelope_InnerRadius_Decrease_Point_1.ms

1 vote

This Script will decrease the inner radius of the currently selected envelope in skin

Syndicate content