Hi all,
I have a really specific problem. I have a directory with many .3dm files, let’s say 1000, and I’d need to create a render mesh for each one of them. Is there a good way of adding a rendermesh to each one without having to open them individually and run
$ -CreateRenderMesh
in rhino. I’m thinking like a python script or something in or outside rhino that opens the file, runs the command and then resaves the file or something similar.
Thanks!