miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Fast search through text file

The C# code does not collect any data. Does it know which word is found on the processed line? RegEx in maxscript, in the way I use it, is not a solu…

2 years ago
Forum
Reply
RE: Fast search through text file

Your code: 0.142 Mine: 0.280 Update: Using your approach: speed increases from 0.8 to 0.65 sec Searching single word in 50000 lines the time went d…

2 years ago
Forum
Reply
RE: Fast search through text file

Thank you, Serejah! I have spent several hours searching the net for a way to get the line number when regEx is used(and the whole line’s text), but …

2 years ago
Forum
Topic
Forum
Replies: 114
Views: 593
Reply
RE: Select multiple folders in maxscript?

Another “solution” – allow the users to drag and drop the selected folders(and files) onto your UI(most probably the list in which you will show the s…

2 years ago
Forum
Reply
RE: Select multiple folders in maxscript?

I had the same issue while ago. Solved it using this – ( global rol_ try(destroyDialog rol_)catch() rollout rol_ “” ( local dllpath = @”C:\Bet…

2 years ago
Forum
Reply
RE: How to select modifier baseobject without warning box?

Use this: addModifier <node> <modifier> [before:index] In your case: for n in selection do addModifier n (Edit_Poly()) before:(n.modifie…

2 years ago
Forum
Reply
RE: Please make a test for me

Maybe 3ds max “executs/runs” something each time when the time slider starts moving?

2 years ago
Forum
Reply
RE: Please make a test for me

For frames 1 to 6 I move the Time slider using its right arrow. From 7-9 I drag the time slider. — max 2016 [1,-4.82638e+008] [2,56] [3,56] [4,56]…

2 years ago
Forum
Reply
RE: Viewport drawing methods help

muro37: i want a simple pivot change plugin. Also, you can find a similar tool which uses dummies instead of markers.

2 years ago
Forum
Reply
RE: IPoint3 convert to IIPoint3

The size of the gw.H/W/Text can’t be change via maxscript or SDK. I asked Larry Minton about this – his answer was – “no way”.

2 years ago
Forum
Reply
RE: [Solved] Assign material with suffix for only selection obj

Yeah, I know. Because of this the first suffix is inside ” “

2 years ago
Forum
Reply
RE: [Solved] Assign material with suffix for only selection obj

951polo: if i use this, work good –a_onoff = $OBJ_1 for o in selection where o.name == “OBJ_1_box_001” do ( –assign mat. ) – if the “suffix”…

2 years ago
Forum
Reply
RE: [Solved] Assign material with suffix for only selection obj

try this: ( a_onoff = $OBJ_1 for o in a_onoff where o.isSelected == true do ( –assign mat. ) )

2 years ago
Forum
Reply
RE: imgTag vs UI scaling

What about this: <ImgTag>.applyUIScaling bool Specifies whether to apply scaling on high-DPI displays. Or check if the scaling is used and resi…

2 years ago
Forum
Page 5 / 83