miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Convert vector orientation to rotation offset

Maybe you can find a working code in this thread. Denis has shown some useful functions.

9 years ago
Forum
Reply
RE: reset creation panel

You can try also with UIAccessors. Create vray light, select it and open Modify panel, so you can see all parameters of the light. Then execute this i…

9 years ago
Forum
Reply
RE: reset creation panel

Try this: create a vray liht with default parameters. Select it. in the Maxscript Listener type show $ you will see all parameters that you can …

9 years ago
Forum
Reply
RE: createPreview() controlling the output

Why not monitoring when the preview is done and the file is saved and then change the file name and destination?

9 years ago
Forum
Reply
RE: condition loop?

You can: use a timer that will check each(for example) second for opened windows and will close them check callbacks – I don’t know if they will giv…

9 years ago
Forum
Reply
RE: define function maxscript?

One advice – search the forum about local and global variables and especially for how to (not)use global variables. One example: your script define …

9 years ago
Forum
Reply
RE: Different color for each layer

( for i = 0 to layerManager.count-1 do ( layer = layermanager.getLayer i layer.wirecolor=(color i 0 0); ) )

9 years ago
Forum
Reply
RE: Is there a typo?

already explained

9 years ago
Forum
Reply
RE: Copying files, administator rights?

Using the userscripts folder is the easyest way. You don’t need to know the user name fo the user that currently uses the PC. Go here and download the…

9 years ago
Forum
Reply
RE: Copying files, administator rights?

One of the problems is that sometimes 3dsMax is installed on PC that have multiple user accounts. 10 people can use the same PC with 10 different acco…

9 years ago
Forum
Reply
RE: selection node

Since the bones will be inside the mesh you have to write a script that when a mesh is selected will check if there is a bone inside that mesh(inside …

9 years ago
Forum
Reply
RE: selection node

Why not using this instead:

9 years ago
Forum
Reply
RE: Memory Leaking When Copying BaseObject

Editable Poly Dependencies: ReferenceTarget:ParamBlock2 ReferenceTarget:MasterPointControlImp OK

9 years ago
Forum
Reply
RE: Get the suffix of object name?

Using [b][i]filterString [/i][/b] ( selObjName = selection[1].name — “Teapot001_va” str = filterString selObjName “_” –> #(“Teapot001”, …

9 years ago
Forum
Reply
RE: Which is the best method to find if a segment is straight line or it is a curve?

Typing the same time. I saw your answer after posting mine. Since the t1, t2 and t3 are float values using == is not good I think.

9 years ago
Forum
Page 45 / 83