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…
you can also use sdk methods to check for spline self-intersections and its intersections with other splines ( g = (dotNetClass “Autodesk.Max.Gl…
NodeEventCallback + controllerOtherEvent should be sufficient to do it. Though I’m not sure if it is possible to know which controller is changed.
I guess you first need to change to non-uniform scale mode and only then set the constraint mode toolMode.CommandMode = #nuscale (dotNetClass “Autode…
try this (dotNetClass “Autodesk.Max.GlobalInterface”).Instance.coreinterface7.PushAxisConstraints -2147483646
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…
Here’s what you can get with a bit of googling –SuperFastBlur code source: if ::SuperfastBlur == undefined do ( local source = “using System;…
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…
src = “c:\Program Files\Autodesk\3ds Max 2017\maps\uvwunwrap\UV_Checker.png” substituteString src @”\” @”\\” — same as substituteString src “\\” “\\…
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 …
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….
I found the method that works. Thanks to the blurDLX #define n_someKey ( Name::intern( _T( “someKey” ) ) )
you don’t actually need these uniqueness checks what about shrink function? fn SplineGrowVertSelection shp = ( local splineCount = numSplines shp …
I guess you know that controller may be shared among several nodes. for controller in getClassInstances position_list do ( for node in refs.depe…
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.