Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How to read animation data from binary file .octprx through maxscript?

.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…

2 years ago
Forum
Reply
RE: How to read animation data from binary file .octprx through maxscript?

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…

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

try this one learn.microsoft.com OpenFileDialog.Multiselect Property (System.Windows.Forms) Gets or sets a value indicating whe…

2 years ago
Forum
Reply
RE: IINodeTab

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 …

2 years ago
Forum
Reply
RE: IINodeTab

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…

2 years ago
Forum
Reply
RE: 3ds Integration script does't work. Help!

JKCAM: – Type error: Call needs function or class, got: undefined I see only a couple of places where it might fail local theLoader = XMeshLoader…

2 years ago
Forum
Reply
RE: Radiobuttons : #offsets parameter rules

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. …

2 years ago
Forum
Reply
RE: Rollout: Relative positioning of GUI elements (align in one axis)

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, …

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

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…

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

– 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…

2 years ago
Forum
Reply
RE: Viewport drawing methods help

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…

2 years ago
Forum
Reply
RE: IPoint3 convert to IIPoint3

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

2 years ago
Forum
Reply
RE: IPoint3 convert to IIPoint3

found it g.IPoint3NS.Create()

2 years ago
Forum
Reply
RE: Align UV script optimizations

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 …

2 years ago
Forum
Reply
RE: Align UV script optimizations

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…

2 years ago
Forum
Page 6 / 84