TheDevil[DK]
12-28-2002, 02:51 AM
Extrude Script problem.
Hi I'm a little new on maxscript and I have a little problem...
I'm doing a new Extrude floater for max 5 (that works like the one in v4), so I don't have to open the the little extrude window each time I have to do some precise extrusions
This is how it looks:
spinner maextrude "Extrude: " range:[0,10000,1] fieldWidth:43 type:#float
on maextrude changed do $.faceExtrudeHeight = maextrude.value
-- problem: When I change the Spinner it doesn't give me any visual feedback in the viewport.. How can I get that ?
Hi I'm a little new on maxscript and I have a little problem...
I'm doing a new Extrude floater for max 5 (that works like the one in v4), so I don't have to open the the little extrude window each time I have to do some precise extrusions
This is how it looks:
spinner maextrude "Extrude: " range:[0,10000,1] fieldWidth:43 type:#float
on maextrude changed do $.faceExtrudeHeight = maextrude.value
-- problem: When I change the Spinner it doesn't give me any visual feedback in the viewport.. How can I get that ?
