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…
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…
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 …
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…
I had the same issue while ago. Solved it using this – ( global rol_ try(destroyDialog rol_)catch() rollout rol_ “” ( local dllpath = @”C:\Bet…
Use this: addModifier <node> <modifier> [before:index] In your case: for n in selection do addModifier n (Edit_Poly()) before:(n.modifie…
Maybe 3ds max “executs/runs” something each time when the time slider starts moving?
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]…
muro37: i want a simple pivot change plugin. Also, you can find a similar tool which uses dummies instead of markers.
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”.
Yeah, I know. Because of this the first suffix is inside ” “
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”…
try this: ( a_onoff = $OBJ_1 for o in a_onoff where o.isSelected == true do ( –assign mat. ) )
What about this: <ImgTag>.applyUIScaling bool Specifies whether to apply scaling on high-DPI displays. Or check if the scaling is used and resi…