Tagged 'materials'

Not Anonther Bitmap Path Checker

13 votes

You know when you leave an animation test rendering at night so that you can see what the camera work looks like, and then the next morning you find that the scene had a bitmap with a bad path and nothing happened?

Rise your hand if that has ever happened to you!! How many times have you wished there was a way to avoid this?? WELL NOW THERE IS!!!

Attach Mesh by Material

26 votes

Easy way to make single mesh from array of objects with the same material.

Copy/Paste Material to File

18 votes

This script was inspired by Copy/Paste Obects v0.2 by Christopher Grant .

Purge Unused Materials

2 votes

A simple macroscript to delete all unused materials from the Compact Editor Material Slots AND the Slate Material Editor Views.
The Compact Editor Code is from the existing Macro found under the Compact Material Editor "Utilities" menu.
I have added the code to also purge the SME at the same time.

You might want to check out the "Purge Empty Layers" macroscript as well. There are some awesome scene management tools out there but these are both small, simple tools without a lot of overhead for doing a little housekeeping before saving your file.

id_changer

7 votes

Selecting or applying material ID's with one click!

Rollout with button grid for selecting or setting material ID's of selected polys up to ID 24. Works with editable poly only. Displays selected poly's material ID if they're same.
Ctrl + click add specific IDs. Alt + click deselects specific IDs.

Examples:
Want to set some specific material ID up to 24 to selected polys? One click.
Want to select polys with same material ID's of selected poly? One click.

Materializer

5 votes

poster

Materializer (materials equalizer) is the fastest way to create materials mixing different templates. It works like a sound equalizer but for materials!
Example: To make glossy wood press the 'Wood' button and then add a little bit of plastic.

Every time you hit 'Set' selected material will be updated without removing of maps.

Plugin works both with Compact and Slate material editors.

Select By Material

6 votes

'SELECT BY MATERIAL'


LATEST KEY FEATURES:

- Select multiple node/s in SME.

- Unhides and hides objects on scripts second run.


    --============================================================

Script which allows easy selection of materials inside Slate Material Editor and Compact Material Editor over 3ds max standard method.

Benefits over maxes built in way:

Slate Connector

5 votes

SlateConnector

SlateConnector - Makes the everyday task of exposing nodes and adjusting material parameters easier and faster! New version (0.59a) with lots of impromevents!

Assembly Tool

11 votes


Assembly Tool
is a massive set of useful scripts and tools gathered in one place! It is a real friend and permanent assistant in artists' daily work, which can help to work faster, more efficiently and more productive! Assembly Tool can help to optimize many areas of 3ds Max workflows, accelerate the performance of your work in 3ds Max in general and make it much easier and more fun!

Materials to Scene

3 votes

Straight forward script to load a directory of your choice or by recursively going through a single directory (be careful it doesn't go through too many as this will be slow to load) and loading up .mat files.

From here the script will apply Materials only (no maps) to teapots.

I use this to quickly populate the scene with all materials inside a .mat file to tweak and update it quicker.

See screenshot.

Can be found under the category: 3dwannab

Open script and change:
local intialMLPath = "F:\SS_3diT\Textures & Materials\Corona"

to your own user library of your choice.