How to automatically convert surfaces to mesh?

How to automatically convert surfaces to mesh?

itTK29Z
Explorer Explorer
801 Views
2 Replies
Message 1 of 3

How to automatically convert surfaces to mesh?

itTK29Z
Explorer
Explorer

Hello everyone.

I have a problem with export to FBX and import to 3ds max. I find out that issue is probably that 3ds max imports surfaces as a thousands separated tiny objects and than crash.

I have models that are very structured and have thousand of objects and is really time consuming to convert it manually.


Could someone please help me with a script that goes through the whole nodegraph and converts all surfaces to mesh?

 

Thank you for help.
Roman 

0 Likes
Accepted solutions (1)
802 Views
2 Replies
Replies (2)
Message 2 of 3

__daniel.lincoln__
Autodesk
Autodesk
Accepted solution

Hello,

 

This should do it:

removeNURBS(vrNodeService.findNode('Root'))

Message 3 of 3

itTK29Z
Explorer
Explorer

That works!

Thank you so much Daniel for your help!

Roman

0 Likes