Tagged 'maxscript'

3DS Max - Copy Paste Objects Between Scenes

7 votes

This is a script I created to help the user in copying and pasting
objects between multiple opened 3DS Max scenes.
Under the hood, it's a quick merge operation that is done without
Any prompt. If there is a name conflict, the coming object will be renamed. Also if there is a material's name conflict, the coming object
will preserve its own material but the material will be renamed.

Mesh Insert

5 votes

Mesh Insert is a new 3dsmax plugin inspired from Polystein for Modo ( http://pushingpoints.com/v2/the-pushing-points-polystein-kit-for-modo/ ). It speeds up your modeling process by replacing face selections by an asset from your library.

Features :

LOD Creator

64 votes

Here's my version of LOD creation script, it uses multiRes modifier. It works on multiple geometry and retains the geo type. It retains the skin modifier too, so you can run on a skinned character as well. Feel free to use this script and lemme know if you want me to add any feature to it or if it has any bugs.

Material Editor Manager, MEM

26 votes

This script was developed due to a better usability of 3dsmax's material editor.

External MaxScript IDE

11 votes

copy/paste

19 votes

new in ver 1.1:
-copy
saves selected object in the file "copy_paste_buffer.max"
in default scenes directory and make
a backup of old file /"copy_paste_buffer_backup.max"/
-paste
merge "copy_paste_buffer.max" in the current scene

script goes in the category “Georgy Chakarov”

Bitmap Collector

4 votes

This script was created in order to help artists with collecting and re-pathing bitmaps (textures) that are coming into the scene files from all over the places.

This tool will let you automatically re-name the bitmaps based on dynamic names as well as your defined static names. It will then copy all the bitmaps to a single directory of your choosing and automatically re-path the bitmaps in your scene, so that you don't have to manually do a thing.

Here's a quick video demonstrating how it works

Send Gmail from maxscript...

73 votes

This is a small c# class I wrote to help me send gmail from maxscript. I am going to use this in a special project where I need an email as soon as the rendering is complete then it sends me an preview image of that image.

You might need another reason for being able to gmail from inside 3dsmax.

The reason it is hardcoded for gmail was due to the requierments of my project. If there is a need for opening up so that you can have any settings, then I might do that in the future.

See included maxscript for how you can add this to one of your scripts.

Advanced Bend Modifier

6 votes

A maxscript that gives the user more control over the bend modifier
It lets the user input a width and the script will move the center to get the correct width

features:

- uses smart snap to snap to a custom grid
- easily choose angle and direction
- apply new bend modifier with correct offset
- auto update current bendmodifier with selected settings
- realtime update of all settings!
- support for all 4 directions and 4 angles (90 180 270 360)
- choose your final width
- modify multiple selections at same time
- snap position to grid

Interactive Rollout Builder

13 votes

The visual maxscript editor has issues... doesn't make nice code and is generally useless.  So instead I made this...

Visit my facebook page for more info

Run the mcr file and find it in your customise user interface windows under 'DW Tools'

Version 1_0 - Release
Version 1_1 - Bug fixed which could allow nested groups, which maxscript doesn't like and would therefore crash.
Version 1_2 - Released unencrypted so that it works in 3dsmax 2017 and well... because who doesn't like to learn (judge) from other people's code....

Syndicate content