Notifications
Clear all

[Closed] how to select faces of different object at one time

use “edit_mesh()” modifier , and give this modifier to a group objects of editable_mesh. and then we can select more faces of different objects at one time , my question is how to show it with maxscript ? i have not find any command about add faces selection to show , or command like this :

in maxscript: setFaceSelection <node> <modifier or index> <face array list>
my wish : setFaceSelection #((<node_1> <modifier or index> <face array list>),(<node_2> <modifier or index> <face array list>),(<node_3> <modifier or index> <face array list>),…)

1 Reply

i find the command .

setfaceselection <node> <modifier or index> <face array> keep:on .

if keep on , we can save and add the face selection . my mistake.