Tagged 'delete'

Delete Modifier Utility

6 votes

This small utility allows to delete any modifier in a selection. First, it captures the modifiers in the selection. The group of selected objects can be of different types (geometry, shape...). Then select which modifier you want to delete and click on "delete".

delete useless faces

3 votes

Hi! Im not such a ninja in scripting, but I managed to make this! Thanks a lot to my friend Vadim who help me to fathom some things in max script!
1) This script remove useless polygons enshrouded by other geometry.
2) No unwanted geometry will be generated, just removing precisely mesh-interior faces of selected editable poly object.
3) It's hardcoded so pretty slow, sorry for that.
4) no multiple objects allowed yet
5) all opened parts will be preserved to avoid any bugs

Duplicate Geometry Select

7 votes

v1.31
If selected 0 Work to all objects
If Shift pressed then will select objects by geometry vertex count.
If Shift NOT pressed then will select by center objects position

delete empty layer in the Layer manager

37 votes

hello this one i wrote just now to clean 3dsmax file the office sent me.

thanks 

bernardo

 

it erases all empty layers

Delete static keys - cleanup tracks/fcurves - HeckTools

4 votes

Hi All

This is intended to help cleanup your track view/graph editor for animating.

script removes all static keyframes excluding the initial key. essentially this acts similarly to the Maya feature "delete all static channels".

Also, it goes through and cleans up the tracks that have extra static keys that are in between your other animation keys leaving the animation in tact, but yielding a cleaner view of the chaos spaghetti.

leave feedback if you try the tool.

*05.07.2019* update - included the missing parentheses "(" and ")"

ChannelCleaner

4 votes

Hello, it's a simple script which make life easier for game-dev 3d artists.

Channel Cleaner 1.2

Channel Cleaner:

-Clean selected UV channel

-Clean several UV  channels "From: N-channel To: N-channel"

-Clean Vertex Color/Illumination/Alpha channels

-Works with editable poly and mesh

-Works with one and multiple objects

Thats all.

UPDATED to version 1.2:

Crude Biped Key Reduction

0 votes

CrudeBipedKeyReducer

This will dismantle that wall of motion captured key frames into something more manageable. It’s not the most sophisticated of algorithms. But, it gets the job done and leaves you with nicely lined up key-poses. To use simply:

Delete Bad Frames on Backburner

12 votes

This script allows you to delete bad frames that were rendered by a given
node on backburner. This happens if the render farm is heterogeneous
(= different software or hardware configuration on the render nodes). Instead
of manually deleting the frames, it will delete all frames that were rendered
by a certain machine for a certain job. To find out which frames need to be
deleted it connects to the manager and fetches information about every
rendered frame. If the frame was rendered by the machine that has the name

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.

Delete Vray Denoiser extra elements

1 vote

Vray introduced Vray Denoiser lately which is post rendering process using extra passes which is mostly you won't need it on composting and for production its taking too much space

this simple script will delete it for you.

 

Syndicate content