I found out how to change that value _user32.postmessage comboboxPtr 0x014E index 0
and here goes focusing that particular ui element source = “” source += “using System; ” source += “using System.Runtime.InteropServices; ” source +=…
I noticed that mousewheel can also change preset in this combobox. But it should be focused somehow… ( global WM_LBUTTONDOWN = 0x0201 global WM_LBUT…
Check out updated version in previous post.
‘?(([a-zA-Z]+\d+[a-zA-Z]*)+)(?<!(?<=[\.])([a-zA-Z_][a-zA-Z0-9_]*))’?|[a-zA-Z]+(?<!(?<=[\d])([a-zA-Z_][a-zA-Z0-9_]*))(?<!(?<=[\.])([a…
here’s a nice i used while developing mxs syntax highlighter can you provide some source to test? ‘?(([a-zA-Z]+\d+[a-zA-Z]*)+)(?<!(?<=[\.]…
create splineshape profile and add lathe modifier
Grga: I want my sp_Material spinner to instantly change and assign those materials (which are collected from scene and in array and listed) to selec…
maxscript arrays 1,2 on sp_Pose changed ttime do ( p1 = if ttime > 0 then “poza” + sliderTime as string tx_Pose.text = p1 as string sliderTime …
wonder why don’t you just parse some text file for those pose names? on bnSelText pressed do ( sel = selectByName title:”Pick Text” filter:FilterS…
I definitely have seen it before, thx. Feel like reinventing the wheel
Don’t quite understand what I should compare, so here’re my functions. fn getEditableMeshElementsSDK obj = ( fn firstBit bits = ( …
Sure, I did my tests on a ~100k mesh and got these numbers: Both of functions seem to produce identical results.
Here’s a part of my mxs/c#sdk function for meshop.getElementsUsingFace replacement. Is there any faster method available for converting IBitarray to m…