3ds Max | Scripts

GTVFX-MTL_buildCompositeMapsFromUDIMs

1 vote

 

Creates a composite map with the proper UV offsets from the UDIM supplied by Mari.

This tool utilizes the Slate Material Editor as it is much more efficient at handling the composite maps.

 

 Updates:

2014-04-26:

Splines Scatter

3 votes

This script allows you to scatter splines on the surface by making new splines using interpolation from fixed number of nearest splines.

SaveFile Reminder

6 votes

••• version 1.5

This simple macro will remind you to save modified scene over a specified period of time.
When working on large scenes often happens that the autosave starts to freezes viewport and slows down the work process.
My solution allows you to decide when you want to save the file or to continue with the work.

GTVFX-TCH_quickLoopTool

2 votes

 

If you're constantly needing to loop through arrays of objects and tweak settings then this tool could offer you some convenience.

This is very simply a tool that will execute a "For i " loop with whatever code you put into the dialog. You can use the drop-down at the top to choose from a predefined array or choose "Other" from the list and then type the variable of an array you've defined yourself.

GTVFX-TCH_propertyLister

1 vote

 

This tool will list the properties of any object you select. 

The title of the dialog will change to the Class Of the selected object and the Name of the selected object.

You can press the "Freeze Property List" button to prevent the dialog from updating with each new selection.

You can copy the text from the dialog, so this is usefull if you're writing a script and need to find which property you want to control.

GTVFX-SEL_SelByObjID

1 vote

 

Selects all objects in your scene with the Object ID specified. Filters out hidden objects.

 

 

 

GTVFX-SCA_VRproxiesReplaceWithMesh

2 votes

Brings in the geometry mesh of the VRay Proxy at the same position and with the same hierarchy as the proxy container.

GTVFX-SCA_RenderSettingsHelper

2 votes

 

This tool exposes the main VRay settings that contribute to the quality of the final rendered image and puts them into one quickly accessible dialog.

I recomend using this in combination with the VRaySampleRate render element to fine tune your renders for speed and quality.

 

 

 

GTVFX-SCA_populateAssetToSelection

1 vote

This is definitely a special needs tool. It's not one that would be needed very often, but when it's needed it saves hours of time.

Takes a collection of nodes parented to a master CTRL and populates them to the transform of a selected group of nodes.

GTVFX-SCA_createLightSelectElements_perLight

2 votes

Creates a VRay Light Select Element for each light in your scene.

Elements are named with prefix of the nameTag variable. You can change this variable if necessary for your pipeline. To do so you will need to open the script and modify the variable within the struct.

Default nameTag = "lgt_"

Syndicate content