Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: ExecuteMaxscriptCommand compiler error

Then you need ManagedServices.dll from the max root dir (dotNetClass “ManagedServices.MAXScriptSDK”).ExecuteMAXScriptCommand

3 years ago
Forum
Reply
RE: Find visual center of contour/polygon

Thanks, Denis. It works! Although the result depends on what coordspace we use (and it is expected). I did ten 36° rotations to collect results and I…

3 years ago
Forum
Reply
RE: Find visual center of contour/polygon

miauu: I am not sure, but I think that the proper point has to be the one marked with blue Totally agree with you. Maybe this c# version is not a…

3 years ago
Forum
Reply
RE: Find visual center of contour/polygon

just find any example of compiled on the fly .net class on this forum. User32 or anything like that… You don’t need Main method so you can delete it. …

3 years ago
Forum
Reply
RE: Find visual center of contour/polygon

Did you try the original js code with your points data? Does it produce the result you would expect? . . upd You can compile it in maxscript as usual …

3 years ago
Forum
Reply
RE: How to creat multiple variables by loop

951polo: … to be able to automatically create a new layer with button and checkbox? maxsscript doesn’t allow that. You’ll have to destroy and rec…

3 years ago
Forum
Reply
RE: How to creat multiple variables by loop

if you find it hard to grasp, take a look at RolloutCreator in mxs reference fn MakeRollout rows:5 width:300 = ( local header = ” rollout X \”Ro…

3 years ago
Forum
Reply
RE: How to creat multiple variables by loop

You don’t need to. Simply make nth_layer = getINISetting renderinfoPath (’“layer’+i+’”’) “name” and do whatever you need with it Or in case if you nee…

3 years ago
Forum
Reply
RE: Scripted Plugin Clone Event, detect type?

PolyTools3D: It can fail if there are other scripts modifying the selection. I would fear that some script may use modifier keys to change script…

3 years ago
Forum
Reply
RE: Scripted Plugin Clone Event, detect type?

You could check whether Clone Options dialog was actually opened before #postNodesCloned event. btw. It works for shift-drag copying but not for Ctrl …

3 years ago
Forum
Reply
RE: Autofit a .NET label by height with support for tab characters

TreeDwannaB: Tabs \t doesn’t work either. At least I can’t see a way to get them to. According to this SO thread they don’t have to. But you coul…

3 years ago
Forum
Reply
RE: Is it possible to compile maxscript online?

because it is an interpreted language maybe?

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

It should be pretty straightforward in theory, but in practice it throws system exception and crashes max Don’t know if it will work when used from c…

3 years ago
Forum
Reply
RE: How can i convert array of empty nodes to a string

UncleV89: I have a large list of names do it like this names = filterString “Starhog,Goldodo,Sloweleon,Sloweleon,Demapi,Fieringale,Rockigator,Co…

3 years ago
Forum
Reply
RE: Spline reverse vs splineOp.revese

Since it is just a hobby for me I still use 2014 max version. You think reverse works differently across max versions?

3 years ago
Forum
Page 19 / 84