3ds Max | Scripts

Create Sliding Window

9 votes

Creates a sliding window from a selection of Rectangles. This script takes the rectangles and fills the interior with a Sliding window flush with the rectangle. Make sure to change the 'include script' path statement to reflect you 3ds max location

SME Get Selected Materials

6 votes

This script is useful only for script writers.

This is just simple function to get selected materials / textures / controllers from active view in SME.

Function returns materials :) - not names of materials.

SlicePoly

0 votes

Description:

This script is designed for a quick Slice on the Editable Poly surface with certain Distance and Step. And also it’s possible to create Tiles quickly.
SlicePoly

Backgrounder

2 votes

backgrounder

This script try to fix the problem created with the 2014 version when Autodesk remove the “lock zoom and pan” option from the background menu. It creates a “Virtual Studio” in a very easy way with planes that are frozen but still visible and far away so they are not annoying in the perspective view. It is a must have for any modeler that want to use reference images.

Clear Variables

7 votes

"Clear all declared vars (i.e set = undefined) so scope can be tested without having to close/reload MAX!
* This script is for MAXScripters to use during code development."

Shower Cord Creator

4 votes

This is an script that creates a shower cord over a line. It is a very useful tool for any architectural visualizer.

HDR Rig

3 votes

Hi there!

I've put together another small script, this time to quickly add HDR environments to your scenes. It's got a simple and intuitive interface, but I'll quickly go over some of the functionality. (There's also a video if you prefer, see below.)

Select HDR Map:
Here you can specify which map to load in to your scene's environment.

Show/Hide Object

0 votes

This is a fairly simple script to show or hide an object. It has more options, such as selecting the object if it is frozen, or opening its object properties window to set the visibility percentage. It also has the handy option of letting you select the previously selected object if you opened the object properties window for the stored object.

UI:

Edit User Properties

1 vote

A utility to edit User Properties on multiple objects, with filters on property name.
Very useful with VRay and Phoenix like when using VRayUserColor or VRayUserScalar.

An interesting exercise on parsing informations from and back to a string...

You can read the code, I am happy to share my progress with Scripting. It is so frustrating to bumped into protected scripts when trying to learn...

Rename PF

1 vote

Script to rename multiple operators Pflow at once.

- Put the name of the FX in the "prefix", select the operators to be renamed and click "Rename"
The script renames operators this way: prefix + operator name + number

- Function "Clear name":
If no text is present in the "Prefix" button clear name removes the entire name of the operator.
If a text is present in the "Prefix" button clear name removes the prefix if it is present in the name of the operator.

Example:

"Prefix" FX_dust
Operator name: FX_dust_rotation_02
Operator name after clear name: rotation_02

Syndicate content