.octprx files are likely to be compressed, so you can’t find any plaintext. Worth asking octane devs which one they use many chunks of data start wit…
no people from russia are allowed to download or use wetransfer in any way. Banning downloads will certainly help the fkn war to stop… Upload it some…
try this one learn.microsoft.com OpenFileDialog.Multiselect Property (System.Windows.Forms) Gets or sets a value indicating whe…
it is a maxscript code but in c# it has to be very similar g = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance t = g.gettype() node_tab = for …
get the Type using reflection and then invoke the Create method btw, quite confusing thread name, isn’t it? Hardly useful for anyone who might have s…
JKCAM: – Type error: Call needs function or class, got: undefined I see only a couple of places where it might fail local theLoader = XMeshLoader…
denisT: Who can find a logic of offsets working? There’s a RadioControl::compute_layout method in Maxscrpt.dll that is likely related to this. …
Pretty much sure there must be more elegant solution to this try (destroydialog X ) catch () rollout X “” ( local w = 0, r = 0, rh = 20, gaph = 4, …
It doesn’t look like there’s a lot to be done on mouse click at least in 2014 version. I don’t have .pdb files for other versions so can’t really chec…
– 2014 ::LAST_HEAP – heap is 64 for any frame – 2020 ::LAST_HEAP – heap is 60 most of the time. But each time I grab and start moving the slider it…
if you want to process only the selection mouse clicks you can set up NodeEventCallback or general selection changed event callback and save last mous…
No reason to ask so distant questions in a single thread, imo. To answer your question as a workaround you can always draw on top of the window
found it g.IPoint3NS.Create()
king-david: Out of interest, what are the main differences from the first script I made, that result in such an improvement? do you see any sign …
I posted above my updated version of Jorge’s code. If I remember correctly it was working bit faster, but I didn’t do muchs tests to see if it doesn;t…