miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Faster Export of Vertex and Triangle Data?

Why not using the default .obj exporter and then to use a script to read what you need from the exported obj file?

6 years ago
Forum
Reply
RE: Grow Selection with Splines

Somethig like this, but only for open splines: ( if selection.count == 1 do ( curO = selection[1] if classOf curO == line or classOf curO == sp…

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: Rename object selection from list/array?

What is the difference, in the end result, between your code and this: ( myArray = selection as array suffix = #(“square”,”circle”,”triangle…

6 years ago
Forum
Reply
RE: Import only few objects in obj file?

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…

7 years ago
Forum
Reply
RE: 3dsmax 2019.1 Scripting issues

I prefer the old way but who am I.

7 years ago
Forum
Topic
Forum
Replies: 2
Views: 37
Reply
RE: Isolate polygons

Ready to use script:

7 years ago
Forum
Reply
RE: Merge UI vs getMAXFileObjectNames – merge groups using their names?

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…

7 years ago
Forum
Reply
RE: Get center position of an edge.

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…

7 years ago
Forum
Reply
RE: Functions for sorting while maintaining array index.

— sort two-dimensional arrays function sortByXMember arr1 arr2 x:1 = ( case of ( (arr1[x] < arr2[x]):-1 …

7 years ago
Forum
Reply
RE: Malicious maxscript

You will use the VM just to check the max file. If it is safe then open in real PC and use it.

7 years ago
Forum
Reply
RE: Malicious maxscript

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…

7 years ago
Forum
Reply
RE: dotnet.addEventHandler not works in Structs in 3ds Max 2019.

It works for all versions from 2009 to 2018. Not works in 2019. If you solution is like this: ( struct miauuRCMenu ( dotNetRCSepara…

7 years ago
Forum
Page 29 / 83