Tagged 'modifier'

World-Space to Local Animation

1 vote

Bakes an objest's World-Space/Space Warp animation to a copy, using local Point Cache modifier. Then you can apply local modifers on top to continue animating the object's deformation locally.

Note: this is a preliminary version. It saves always a temporary .xml file for the Point Cache, wich you can rename, relocate and reload, to preserve it. In future versions, this could be set at the script’s UI by the user.

Compatible with 3dsMax 2012 and higher.

RC Camera Mod

2 votes

RC Camera Mod is a commercial 3ds Max modifier that gives you per-camera control over the visibility of specific objects.

RC Camera Mod

MCloth Animator [MassFX]

0 votes

MCloth Animator

MCloth Animator allows you to simulate mCloth on any animated mesh directly, including the 'Skin' modifier of your character! Your mesh will stay original and not being simplified (as 'convex'). No more headache with proxy objects or exporting to other software. MCloth Animator will simulate selected objects automatically with only 1 button! Don't waste your time for routine.
Third party plugins are natively supported.

Camera Resolution Mod

11 votes

Camera Resolution Mod is a modifier for 3ds Max which allows you to set the render resolution for each camera individually.

Grow Vertex Selection

2 votes

Grow selection leveraging the Data Channel modifier. For more information, refer to the original discussion.

: DataChannel GrowVertSel

This is a self-contained modifier and is applied as such, it's not a Data Channel preset.

Edge Selection from SmoothGroups

5 votes

Modifier that converts smoothing group borders to edge selection. If you want to display the result, put a Mesh Select modifier below this one and make its edge mode active.

InsetFix Modifier

16 votes

An inset-by-SG type modifier that works similar to Chamfer modifier when set to zero tension. However, the max chamfer modifier is highly topology dependent and doesn't work well with diagonal and unconnected edges. This modifier fixes that behavior:

The insetFixChamferStack scripted modifier automates the process of using the InsetSGFix modifier with a Chamfer modifier for a quick and clean rounded edges effect.

Inset by Smoothing Group

12 votes

As the mcg installation process was pretty convoluted, I decided to redo the InsetBySmoothingGroup modifier in maxscript - the speed is the same and you don't have to care about different versions of max behaving different, connecting disconnected nodes and all that stuff. Now it's just one .ms file, and there's no vertex weld needed either.

Advanced Sweep

15 votes

A curve-controlled scripted sweep modifier. As of now, both the Interpolation and Profile animation rollout UI items are just placeholders for non-implemented stuff. Using curve controls this way is pretty much experimental and as such, I wouldn't advise using this in production - better collapse it or make a pointcache and use that instead.

Delete Faces Modifier

2 votes

The DeleteFaces modifier allows you to delete faces on a mesh without having to add topology dependent modifiers like Poly Select.

V2 is now a compiled C++ plugin for Max 2015-2018.

Changelog:

Version 2.1

* Added support for Max 2018.

* Fixed some problems with Delete Faces.

* Fixed isolated vertices not being deleted.

* Added button in Custom Attribute to delete the rollout when it persists after the modifier list has been collapsed.

Version 2.0

* Adds new options for how to handle smoothing groups: match any, match all, match none.