PDA

View Full Version : Edit poly GrowSelection????


kaczorefx
11-05-2009, 05:02 PM
Does anyone know how to invoke the Grow selection command from MaxScript in the Edit Poly modifier??

I found the GrowSelection() function but it works only on editable Poly mesh object, the EditPoly modifier doesn't have it.
The function also doesn't display in the Macro recorder :(
Any ideas?

SyncViewS
11-05-2009, 06:16 PM
Hi Filip,
create some geometry, add an Edit Poly Modifier and activate it, go into sub object selection and select some elements, then run following script to grow the selection.

Take a look at ButtonOp under "Edit_Poly : Modifier" to invoke standard interface commands.

(
local theEditPolyMod = modPanel.getCurrentObject()
theEditPolyMod.buttonOp #growSelection
)
- Enrico

kaczorefx
11-11-2009, 09:59 PM
Tanks, a lot.
Don't know how I've missed it specialy that I used it a line above with #MeshSmooth :))

CGTalk Moderation
11-11-2009, 09:59 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.