Notifications
Clear all
[Closed] Convert geometry to Editable Mesh
Mar 29, 2006 6:19 pm
I am a newbie to 3ds scripting. I want to convert all the geometry to editable mesh.
Every help is appreciated,
Thanks
3 Replies
Mar 29, 2006 6:19 pm
Hi Daniel,
You can use something like this:
for i in selection do try(convertToMesh i) catch()
Light
Mar 29, 2006 6:19 pm
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.
Mar 29, 2006 6:19 pm
max script is pretty simpel to learn. Just use the tuts, and u´ll have mastred the first steps within a hour…
TGM