Tagged 'Scripts Wanted'

Duplicate object finder/selecter..........

Is is possible to make a script that can find two identical objects in the same position but select only 1 of them?

I have 3000 trees to place and used replace in max to position a box at every location a tree should be. The only problem being that i started with a CAD drawing from an architect and they have duplicated the tree markers on top of each other so every location has two markers so the replace script has placed two boxes at every point.

vray to mental ray

hey there,

is there any script tht will convert vray materials to mentalray?

for 3ds max 2011 64 bit?

all i found here was some of them down, and some for max 9, and it doesnt work with 2011 64bit.

thanks

how to make array and select this after cloning

hi, can anyone help me with this, its very simple, i simply want to select the clones after script has run,
select mycyl does not work, and i have tried others stuff as well (also reading anubis array tutorial), i still cant get it, and cannot find help in maxscript documentation

isnt mycyl already an array, or if not, how do i make this one, and then how do i select this array?

thanks for your help!

on btndo pressed Do (sel = getCurrentSelection()
sf = sel
if (Clone.state == 1) then(
c=objCount.value
for i=1 to c do (
mycyl = copy sf
)
)

Smooth spline + optimize spline

1)
I need a script that works a bit like the smooth spline one but has a way of setting the smoothing value at the time of processing rather than having to run the command 5+ times to get the smoothing result I desire. I need to be able to specify which values get smoothed out of X, Y and Z. Most of my work is smoothing out Z noise but it would be beneficial to be able to smooth out X and Y sometimes. I need a tick box where I can choose just one, two or all 3 inputs (X/Y/Z).

2)

Flip Faces on Selected objects?

I am looking for a script that flips all the faces of multiple selected objects. I had to import a cad file and there are gazillions of small faces fliped. any idea? The script should maybe automated apply the normal modifier and then convert it to mesh.

Thanx in advance

Ralf

self-construction or self-generation of buildings

hi
I would like to ask you if you knew any script or plugin to do this self-construction or self-generation of buildings

thank you very much

http://www.youtube.com/watch?v=Yc8SE4xmDsw

hide v-ray message and rayatrce messages box with script

hello good friend
i am seeking hide fuction v-ray messages box and raytrace messages with script
is that possbile ?

Select objects that have no material assigned

Is there a script to select all objects in a scene that don't have a material applied yet?

wanted: Script to display UV seam on mesh without having to put an unwrap modfiier

wanted: Script to display UV seam on mesh without having to put an unwrap modfiier

Just display the UV seam (thick display) on poly mesh without the need for an unwrap modifier.

-need the ability see the seam easily so I can rotate problem areas away from viewable area.

thanks

Convert Group to mesh

summary:
lets say; you have a tree object with all leaves as separate meshes , when attach them into one big heavy mesh at once, max crashes.

but i can attach them one by one which takes quite alot of time...

the script will divide the group of high level geometery into 3-10 meshes.

how long does it take to make a script like this one below?is it beginner level?

get selected group's name

explode group

rename the meshes inside , sequentially according to group name like: "groupname_01-02-03"

count polygon of each mesh.

Syndicate content