PDA

View Full Version : loop and remove script


RPG2006
10-31-2002, 03:51 PM
Thought I would share my first maxscript, which I've now got setup as a hotkey, might be of use.

First thanks to Visualboo for his ringconnect script, which isn't only useful but gave me a clue as to how to do this one, which is the opposite ie. removes the loop and the vertices.

You will need meshtools 3 installed in Max 5.0 for it to work.

Hope it's of use

RPG.;) ;)

http://rpgdigital.bizhosting.com

ps. I only made the cross from LW some five days ago, so forgive me if this script is ridiculously basic, already exists or everyones already done their own. I'm happy anyway.

pps. I can't attach it so here iit is in text form. Should be able to copy and paste into script editor and save under ui/macroscripts something.ms

macroScript Loop_Remove
category:"RPGs"
toolTip:"Selects Loop and Removes"
(
macros.run "Editable Polygon Object" "EPoly_Select_Loop"
macros.run "Meshtools" "SharedVert"
subobjectLevel = 2
macros.run "Editable Polygon Object" "EPoly_Remove"
subobjectLevel = 1
macros.run "Editable Polygon Object" "EPoly_Remove"
subobjectLevel = 2
)

CGTalk Moderation
01-13-2006, 08:01 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.