summary:
lets say; you have a tree object with all leaves as separate meshes , when attach them into one big heavy mesh at once, max crashes.
but i can attach them one by one which takes quite alot of time...
the script will divide the group of high level geometery into 3-10 meshes.
how long does it take to make a script like this one below?is it beginner level?
get selected group's name
explode group
rename the meshes inside , sequentially according to group name like: "groupname_01-02-03"
count polygon of each mesh.