Notifications
Clear all
[Closed] #define MN_SEL selected C++
Jul 28, 2015 1:59 pm
Looks like operations in MNMesh rely on selection flags MN_SEL to do stuff. Does this really select the faces or is this just a flag?
I used polyops in maxscript because it was fast to do things without going into the subobject level. Is there a way of working with bit arrays or do you need to use the flags?
Does this not make things really slow?
3 Replies
Jul 28, 2015 1:59 pm
or is #define MN_USER where I can set a vert, edge, or face list myself?
Jul 28, 2015 1:59 pm
“subobject level” is a modifier thing and as such Mesh and MNMesh have a selection level but this has absolutely no impact on performance
Jul 28, 2015 1:59 pm
Ok, good to know.
I didn’t want to go down the road of having 3dsmax select faces to do operations.
Thanks Mate