Notifications
Clear all

[Closed] Convert geometry to Editable Mesh

I am a newbie to 3ds scripting. I want to convert all the geometry to editable mesh.

Every help is appreciated,

Thanks

3 Replies

Hi Daniel,

You can use something like this:

for i in selection do try(convertToMesh i) catch()

Light

I am new to max script but I have programmed in C, C++ and other programming languages before. How difficults or easy will it be for me to pick this scripting. Will I have high learning curve.

Your feedback is appreciated.

max script is pretty simpel to learn. Just use the tuts, and u´ll have mastred the first steps within a hour…
TGM