Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: NEW LOOK of this site. Do you like it?

Guess that everybody already noticed that the links from google search now lead nowhere. My thread bookmarks now lead nowhere too. No access to old th…

6 years ago
Forum
Reply
RE: Detect Whether convertToPoly "Fails"

you can also use sdk methods to check for spline self-intersections and its intersections with other splines ( g = (dotNetClass “Autodesk.Max.Gl…

6 years ago
Forum
Reply
RE: detect deleted key and delete key on child-object via maxscript?

NodeEventCallback + controllerOtherEvent should be sufficient to do it. Though I’m not sure if it is possible to know which controller is changed.

6 years ago
Forum
Reply
RE: How to Clear/Remove Transform Gizmo Axis Constraints

I guess you first need to change to non-uniform scale mode and only then set the constraint mode toolMode.CommandMode = #nuscale (dotNetClass “Autode…

6 years ago
Forum
Reply
RE: How to Clear/Remove Transform Gizmo Axis Constraints

try this (dotNetClass “Autodesk.Max.GlobalInterface”).Instance.coreinterface7.PushAxisConstraints -2147483646

6 years ago
Forum
Reply
RE: What is your primary version of 3DS MAX now?

These’re not true devs. Over the years this forum section has turned into the maxscript wiki. Greatest on the planet earth. So here’s plenty of visit…

6 years ago
Forum
Reply
RE: Image processing GDI DotNet GaussianBlur

Here’s what you can get with a bit of googling –SuperFastBlur code source: if ::SuperfastBlur == undefined do ( local source = “using System;…

6 years ago
Forum
Reply
RE: MSE again

I personally can’t imagine any use of .mse in its current state. Well, maybe just as an additional layer of obscurity and not as a protection of sourc…

6 years ago
Forum
Reply
RE: need help with script

src = “c:\Program Files\Autodesk\3ds Max 2017\maps\uvwunwrap\UV_Checker.png” substituteString src @”\” @”\\” — same as substituteString src “\\” “\\…

6 years ago
Forum
Reply
RE: Faster Export of Vertex and Triangle Data?

Patan77: I am trying to figure out how to do it with C# 3ds max .NET SDK, I feel like with that it should be able to be way faster, but even though …

6 years ago
Forum
Reply
RE: C++ Optional Arguments

I’m facing very strange behavior of optional arguments. If I check them in the beginning of the function they return their values without any problem….

6 years ago
Forum
Reply
RE: C++ Optional Arguments

I found the method that works. Thanks to the blurDLX #define n_someKey ( Name::intern( _T( “someKey” ) ) )

6 years ago
Forum
Reply
RE: Grow Selection with Splines

you don’t actually need these uniqueness checks what about shrink function? fn SplineGrowVertSelection shp = ( local splineCount = numSplines shp …

6 years ago
Forum
Reply
RE: Get node name via getclassinstances?

I guess you know that controller may be shared among several nodes. for controller in getClassInstances position_list do ( for node in refs.depe…

6 years ago
Forum
Reply
RE: Vertex IDs dont match between Mesh and Poly

Oh, I see now. Thanks for the explanation. I thought that the last version Denis posted was somehow free of this issue but it’s clearly not.

6 years ago
Forum
Page 55 / 84