miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Fastest intersection check?

Denis showed a solution of this using Vol Select modifier.

10 years ago
Forum
Reply
RE: MXS Code Standards: Using of if/then vs. if/do

I always use “if…do” if a statement doesn’t need “else”.

10 years ago
Forum
Reply
RE: How to find "" inside a string?

I always use metric units, but can’t force anyone else to use them.

10 years ago
Forum
Reply
RE: How to find "" inside a string?

I need this: “83.054”” to not brake the whole string, so when I use execute command the returned value to be an array and the “83.054”” to be read…

10 years ago
Forum
Reply
RE: How to find "" inside a string?

Yep. I use findString and replace the first ” with ’ ‘(without the space).

10 years ago
Forum
Reply
RE: How to find "" inside a string?

Thank you. It works. For some stupid reasons I tried matchpattern <string> pattern:”\”\”” , but not including *.

10 years ago
Forum
Topic
Forum
Replies: 11
Views: 5
Reply
RE: Store selection with duplicately node's name

Use: GetHandleByAnim <object> GetAnimByHandle <integer>

10 years ago
Forum
Reply
RE: Copy Edit_Poly modifier problem

In your example the Edit_poly modifier is defined before to be applied to the objects. If the Edit_Poly modifier is already applied to one object(par…

10 years ago
Forum
Reply
RE: Copy Edit_Poly modifier problem

It is discussed here(I think) – when Edit Poly modifier is copied by script the changes of the geometry are not transferred to the new object. The “co…

10 years ago
Forum
Reply
RE: cui.dockDialogBar #cui_dock_top

First download and watch this video. This is the code that I use when the rollout with the buttons are created. I use the same code to dock the rollo…

10 years ago
Forum
Reply
RE: cui.dockDialogBar #cui_dock_top

Watch this video. //youtu.be/-UCXlXwitqs The docking part starts from 1:50. This script alwas run when 3dsMax starts and it is always docked to the …

10 years ago
Forum
Reply
RE: lengthInterp problem.

Thank you for the explanation.

11 years ago
Forum
Reply
RE: lengthInterp problem.

Thank you for the explanation Denis. This returns the proper values: near = nearestpathparam sp 1 pos cp = interpCurve3D sp 1 near pathParam:on…

11 years ago
Forum
Topic
Forum
Replies: 5
Views: 21
Page 51 / 83