Message 1 of 6
how i select modifiers without warning box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have objects that "editable mesh" with "Unwrap UVW".
and i want to add edite_poly on modifiers baseobject.
like this
>Unwrap UVW
>Edit Poly
>Editable Mesh
so i wrote this script but i can not work this
because warning box .
how i make working whitout script skip warning box.
---script ---
fn AddPolyOnMeshBaseFn Obj =
(
max modify mode
select Obj
modPanel.setCurrentObject Obj.baseObject
modPanel.addModToSelection (Edit_Poly ())
)
for n in selection do AddPolyOnMeshBaseFn n