miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: verts setVert eat all RAM for big mesh

Olygraph: HI, I have a simple script to copy vertices position from one mesh to another mesh with same point order, different pose. theMesh = selec…

11 years ago
Forum
Reply
RE: How to make gw.text draw on top?

My bad. posInScreen = gw.wTransPoint objCatch.pos posInScreen.z = 0 gw.wText posInScreen taggs_array[1] color:text_color

11 years ago
Forum
Reply
RE: How to make gw.text draw on top?

posInScreen = gw.wTransPoint objCatch.pos posInScreen.z = 0 gw.text posInScreen taggs_array[1] color:text_color

11 years ago
Forum
Reply
RE: How to make gw.text draw on top?

DenisT has showed the solution a while ago. Use posInScreen = objCatch.pos posInScreen.z = 0 ge.text posInScreen taggs_array[1] color:text_color

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: How to download multiple files from a web server

Thank you. I know nothing about c# and can’t find a way to convert this to maxscript, or to be used in a script.

11 years ago
Forum
Topic
Forum
Replies: 6
Views: 19
Reply
RE: Get only the file names in to an array..

( bitmapFiles = getFiles “C:\ emp\\FumeSScale\\icons\\*.bmp” bitmapFilesNames = for f in bitmapFiles collect getFilenameFile f )

11 years ago
Forum
Reply
RE: getEdgeSelection in order

Check this thread. I think that it is very easy to write a better function that will gives you the order of the edges and the verts in the same time.

11 years ago
Forum
Reply
RE: Nearest vertex near point

Use for loop to loop through all verts, measure the distance between the given point and each vert and you will get the closest vert.

11 years ago
Forum
Reply
RE: how to press dot.net button?

Put the “action” code to a function. Then you can use: on ckb56_efects mouseDown senderArg arg do ( call the function ) and anywhere in your…

11 years ago
Forum
Reply
RE: Pivot z min universal

How heavy are your objects, so finding the vert with lower Z pos is too slow for you? For example on object with 240 000 verts the code below finds th…

11 years ago
Forum
Reply
RE: Challenge: Object under cursor

I use it in one of my scripts to select splines under the cursor and it works pretty well. For mesh objects I use IntersectRay which works with editab…

11 years ago
Forum
Reply
RE: Challenge: Object under cursor

Did you tried Picking Scene Nodes By Region?

11 years ago
Forum
Page 53 / 83