Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Question: find selected objects selection set or sets?

You could simply iterate over sets and see if it contains the node. See if that works for xrefs for obj in selection collect ( sets_containing_objec…

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

I bet there’s an easier way to get IMatrix3 from the controller, without messing with the script execution btw you can copy matrix3 values like this …

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

MZ: transform controller handler value what’s that? if it is an animatable then simply use getHandleByAnim on mxs side and Animatable.GetAnimByHa…

3 years ago
Forum
Reply
RE: Connect vertives – clean mesh as a result?

Yes, that’s expected. It didn’t come to my mind at first, but when I downloaded your scene it became clear that it isn’t a solution You need constrain…

3 years ago
Forum
Reply
RE: Connect vertives – clean mesh as a result?

Maybe it is worth to discard the triangulation (since re-triangulation doesn’t fix it anyway) and make a new mesh? code shp = splineShape() for i =…

3 years ago
Forum
Reply
RE: Connect vertives – clean mesh as a result?

cases like this one are especially tricky to solve since they introduce an extra vertex

3 years ago
Forum
Reply
RE: Calling C++ function inside C#

Denis, there’s no .max file inside only the source codes

3 years ago
Forum
Reply
RE: [SOLVED] SimpleSpline plugin update on time change

denisT: Can anyone test this works for 2014? There’s no useNodeTmValidity nor useNodeOsValidity strings in Maxscrpt.dll of 2014

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

GSystems: How can check for a memory leaks? If it leaks you’ll see it from the task manager. Here’s the thread that shows the issue GSystem…

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

Paint is called quite often so it is a good idea to check if it leaks memory and move all reused classes and functions outside the onPaint handler

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

GSystems: I read it, but I don’t quite understand how to implement it in maxscript. had to google it Customize DotNet Control …

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

I don’t remember if it is possible to override onPaint event in maxscript Here’s what I’m about

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

Which max version? Both 2014 & 2020 work exactly the same for me code try (destroydialog X ) catch () rollout X “2014 max” ( button tgl “tog…

3 years ago
Forum
Reply
RE: Reuse one of native 3ds max Icons

did you try iconname:“MainUI/SlateMaterialEditor” ? reading mxs docs usually helps quite a lot CustomControlsOptions.PrintIconPaths Path of this co…

3 years ago
Forum
Reply
RE: Reuse one of native 3ds max Icons

No, it won’t work this way. Read the docs, it has some examples and the description of the differences between old icon and new iconname for my 2014 i…

3 years ago
Forum
Page 14 / 84