PDA

View Full Version : How to change "Extrude 25"?


hailangcn
11-07-2008, 11:54 AM
How to use Maxscript to change Extrude default 25.0?
For example, I use keyboard to add <Extrude>, and default is 25.0. I modify amount is from 25.0 to 100.0,when I use <Extrude> once more, default still shows 25.0. How to make default to 100.0? Can Maxscript has this function?

Thanks for your help!

ZeBoxx2
11-07-2008, 03:47 PM
if ($ != undefined) do (
-- instead of this
addmodifier $ (extrude())
-- try this
addModifier $ (extrude amount:100)
)

CGTalk Moderation
11-07-2008, 03:47 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.