miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Spline vertex weld

Select editable spline or line object and execute this: ( curO = selection[1] if classOf curO == splineShape or classOf curO == Line do ( max mo…

5 years ago
Forum
Reply
RE: How To Create Light with selection set in the Include list

( selSetArr = join #() (SelectionSets[“FOX”]) lightObj = omniLight() lightObj.includeList = selSetArr )

5 years ago
Forum
Reply
RE: Is there a way to save the undo buffer?

Hobbs: the undo buffer gets wiped after its completed Check which part of your “tool” deletes the UNDO buffer and fix it if it is possible.

6 years ago
Forum
Reply
RE: GetNormals / GetFaceNormal simple Question

Normal is a vector. It has only direction. For your point helper if you get normal of a vertex, then use the vertex position, if you get normal of a f…

6 years ago
Forum
Reply
RE: Two simple questions

aksmfakt132: I want to register my script in the Scriptspot But I can not find a way to register anywhere Log in to your scriptspot account, the…

6 years ago
Forum
Reply
Topic
Forum
Replies: 2
Views: 13
Reply
Reply
RE: Fast way to get loop end edges/verts?

How fast is this: ( objMod = modpanel.getCurrentObject() allSelEdgesBIT = objMod.getSelection #Edge allSelEdges = allSelEdgesBIT as array gev =…

6 years ago
Forum
Reply
RE: Getting elevation by coordinates

IreMaster: I need to have a list of all the z where a vertical line penetrates the scene in coordinates (x,y). Since you do not have Z value then…

6 years ago
Forum
Reply
RE: Getting elevation by coordinates

Use objects.min and objects.max cross (normalize x) (normalize y)

6 years ago
Forum
Reply
RE: Accessing functions/variables of "System.Windows.Forms.Form" from outside?

Thank you. So, the functions and the variables have to be global(or members of a struct).

6 years ago
Forum
Reply
RE: Transfering CAs when merging max files

It seams that nothng works as I want. Persistent globals are “merged” but: When merging or XRef-ing in a file (scene/object XRefs are a special case…

6 years ago
Forum
Reply
RE: Transfering CAs when merging max files

Check the code in my first post. Two max files with different CA added to the rootNode of the two files. When I load Teapot_01.max the added CA is “lo…

6 years ago
Forum
Page 22 / 83