Tagged 'maxscript'

Contrast Pro

2 votes

Contrast Pro is a modifier for 3ds Max that enhances the details of 3d models. It allows you to quickly add contrast to whole models or to highlight only some specific areas. Areas with large and small polygons can be set to receive the same amount of contrast with the "Uniform" option. Get it from https://mariussilaghi.com/products/contrast-pro

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”

DarkScintilla: Maxscript Editor dark scheme

43 votes

A dark color scheme for the Maxscript Editor, inspired by dark schemes available for other IDEs

As i was doing more and more max scripting lately, the urge to do something with the eye hurting Maxscript Editor colors escalated. So i sat down today and had a walkthrough on the various options Scintilla (Maxscript Editors core) provides.

 

Delete UnRemovable Layer

2 votes

You might encounter a situation where you want to remove an empty layer that you created earlier, but the delete option is grayed out in the layer manager. and you are unable to remove that layer. After all you have to remember that 3Ds Max never allows you to delete a layer while it contains nodes or the default layer called “0”. But in some rare situations, even an empty layer that you created and then finished with, may not be deletable in 3Ds Max. This happens because of some unclassified nodes that come with your imported models from other programs. These nodes are not visible in the viewport or the layer manager. The only way to eliminate them is to select those nodes using MaxScript and delete them manually, so the layer’s delete option becomes available again.

Displacement Roof Surfaces

119 votes

See "Additional Info" for the latest version history.

Displacement Roof Surfaces is a Free MaxScript that will take your existing roof geometry and properly apply UV Mapping coordinates to each roof plane and then apply convincing materials and displacement modifiers to the geometry.

Our goal is to eliminate the need for filling your 3d scenes with millions of polygons of roof tile geometry, thus keeping your viewports moving quickly and saving you hours of tedious work.

Doom Spline Resizer - draw line with precise lenght

3 votes

This simple script will let you draw precise lines quickly almost as a CAD software!
It will Set the pivot to the first vertex of a shape object and align it to the first segment. A window will show up allowing to set the Lengh of a spline scaling from the first vertex.

You can find the mcr script in the Category:"_Scripts"
The .ms script will just load on RUN

USAGE:
For best use associate the script to a Key button (es. D that is free by default)
You can add a toolbar button found in "# Scripts" category
Use the key or press the toolbar button to start drawing a line

duberPython

0 votes

A first public release of duberPython, a dotNET plugin that bridges MAXScript and Python scripting, is finally available.

A battle tested plugin used by such as Pixomondo or Orbit Studio, can be yours!

The main purpose for this plugin is the ability to communicate with Python APIs, such as Shotgun (for which there is also a wrapper that I wrote, available on request) or Tactic, or your Python tools of choice!

The plugin takes care of all the necessary data type conversions so that strings in MAXScript are strings in Python, booleans in MAXScript are booleans in Python etc...

Dynamic Text

4 votes

Creates a animatable text that changes depending on time. You can use curve editor for changing dependence.

Useful for creating animated infographic labels and tags.

Easy Spring Controller Tool

1 vote

I made this script last year , but Now i made it more usable for everyone as (Spring Controller Tool)
features:
1) Add Spring Controller to hierarchy of bones,Objects or etc...
2) Add Spring To Selection Objects (its Require The Object Hierarchy Links)
3) Add A Modifier Controller For Each Spring Controller
4) Change The Spring Values One By One
5) Change Spring Values Of Massive Group Of Objects In Hierarchy At Once , Using Offset
6) 2 Default Presets To Change Spring Values Quikly
7) Run Timeline After Every Change To Spring Value (For Catch Spring And Play Fast After)

Encrypt Script Utility

1 vote

Scripted Utility to quickly encrypt a maxscript using the following method:

Syndicate content