Why not using the default .obj exporter and then to use a script to read what you need from the exported obj file?
Somethig like this, but only for open splines: ( if selection.count == 1 do ( curO = selection[1] if classOf curO == line or classOf curO == sp…
Read this thread:
What is the difference, in the end result, between your code and this: ( myArray = selection as array suffix = #(“square”,”circle”,”triangle…
I think it may be possible. OBJ file format is open for editing. Save your scene as obj then open the obj file in any text editor(notepad++ for exampl…
I prefer the old way but who am I.
Ready to use script:
Yes, I thought about this, but on large files this will be slow process. Thank you for the information. I will stop searching other ways to get what I…
aaandres: This thread is a good example that shows why this forum is doomed to die if we don’t change something. I think we need some basic rules of…
— sort two-dimensional arrays function sortByXMember arr1 arr2 x:1 = ( case of ( (arr1[x] < arr2[x]):-1 …
You will use the VM just to check the max file. If it is safe then open in real PC and use it.
What about never to open max files from untrusted users, but to ask them to send files as .obj. I don’t know if FBX files can contain CA, scripted con…
It works for all versions from 2009 to 2018. Not works in 2019. If you solution is like this: ( struct miauuRCMenu ( dotNetRCSepara…