How can I convert all objects in .max file to Editable_Mesh with Maxscript?

How can I convert all objects in .max file to Editable_Mesh with Maxscript?

jeremyliu1989
Enthusiast Enthusiast
1,104 Views
2 Replies
Message 1 of 3

How can I convert all objects in .max file to Editable_Mesh with Maxscript?

jeremyliu1989
Enthusiast
Enthusiast
Hi, all: Just as the description of titile. I'm not familiar with Maxscript 🙂 Is there a way could convert all objects in the scene to editable mesh with Maxscript? Maybe the code: 'ConvertTo obj Editable_Mesh' can do conversion. However, how can I select all objects in the scene? Thanks for any simple code segment...
0 Likes
Accepted solutions (2)
1,105 Views
2 Replies
Replies (2)
Message 3 of 3

jeremyliu1989
Enthusiast
Enthusiast
Accepted solution

Many thanks.

 

And the full solution is:
convertToMesh geometry
convertToMesh shapes