Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: A faster method for retrieving element count

denisT: faster then all other methods i’ve tried Yep, it is pretty convenient especially when used in unsafe manner like I do in c#. I’ve managed…

5 years ago
Forum
Reply
RE: A faster method for retrieving element count

check out these two fn GetPolyElementsCount poly = ( local g = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance local inode = g.COREInte…

5 years ago
Forum
Reply
RE: Accessing the Hide by Category Multilistbox with maxscript

Search in reference by phrase Selection Filter for i = 1 to GetNumberDisplayFilters() do ( format “%: % : %\n”i (GetDisplayFilterName i) (GetDis…

5 years ago
Forum
Reply
RE: Insert script generated text/tag into render (not a bitmap)

Sure you don’t have it It is a scripted plugin I was talking about. How is that possible that you can have a timestamp before the render and can’t h…

5 years ago
Forum
Reply
RE: Insert script generated text/tag into render (not a bitmap)

you can make it using scripted renderEffect plugin

5 years ago
Forum
Reply
RE: Help with Maxscript to find where a line segment would intersect another if extended

also check out one of these fn lineLineIntersect pA pB pC pD = ( local a=pB-pA local b=pD-pC local c=pC-pA local cross1 = cross a b loca…

5 years ago
Forum
Reply
Reply
5 years ago
Forum
Reply
RE: Faster way to remove items from an array?

If you simply want to remove the interval from the array of sorted integers that appear only once I’d suggest to use bitarrays instead

5 years ago
Forum
Reply
RE: Zoom-In the image in VFB

windows.postmessage viewHWND WM_MOUSEHWHEEL 0x10000 pp – vfb zoom-in windows.postmessage viewHWND WM_MOUSEHWHEEL 0x00000 pp – vfb zoom-out

5 years ago
Forum
Reply
RE: Picking spline shapes during boolean operations?

mariomorais: “– Unknown property: “Shape_” in dotNetObject:Autodesk.Max.Wrappers.ShapeObject” first check if such property exists at all. AD lov…

5 years ago
Forum
Reply
RE: Picking spline shapes during boolean operations?

Thanks, didn’t notice it when copy pasted the code. What strange is that it is used only to uncheck the button afterwards as I understand. And also fo…

5 years ago
Forum
Reply
RE: Picking spline shapes during boolean operations?

Actually it seems like possible. Just found an example in my heap of prototypes That’s how you can Union two splines. Spline node must be selected. …

5 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

a little offtop… if we create and copy a node as reference then for that node mod stack shows a stripe across the stack and LB_GETCOUNT returns 1 whil…

5 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

denisT: Modifier Stack is ‘pinned’ ? damn But I never had it pinned since the R4 version. I don’t quite get the idea behind pinning

5 years ago
Forum
Page 44 / 84