lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: Affect only a specific object class in selection

The second example you posted should not throw the exact error you posted, though it probably still won’t do what you want because modPanel.addModToSe…

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

you’re still referring to $ inside the loop. for o in selection where classof o == whatever do ( o.someProperty = someValue –$.someProperty …

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

dotnetObject “Autodesk.Max.Global”

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

(dotnetclass “Autodesk.Max.GlobalInterface”).Instance is not undefined on my system.

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

Something’s definitely wrong with your 3dsmax.

10 years ago
Forum
Reply
RE: Finding the angle between two vectors

What you drew is not two vectors, it’s two line segments. A vector has only a direction and a length, which can be described as a line going from the …

10 years ago
Forum
Reply
10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

If I remember correctly, you must call it recursively for every single control in your dialog as well.

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

You have to do it using the GetCOREInterface8()->RegisterModelessRenderWindow(Hwnd window); GetCOREInterface8()->UnregisterModelessRenderWindow…

10 years ago
Forum
Reply
RE: DllDesc unresolved…

Checking plugin.h we find: // The following methods are supposed to be used only internally, therefore // they are not exported. // Constructo…

10 years ago
Forum
Reply
RE: DllDesc unresolved…

Just try to include all of them, and if that doesn’t help, then your problem is not related to libraries.

10 years ago
Forum
Reply
RE: DllDesc unresolved…

It actually does:

10 years ago
Forum
Reply
RE: DllDesc unresolved…

You said it yourself, you’re missing a lib, not a header include.

10 years ago
Forum
Reply
RE: does .NET SDK or MaxSharp really work?

Most of my work is based on c#, but I almost never reference Autodesk.Max.dll. the couple of times I tried it, nothing seemed to work. Instead, I fac…

10 years ago
Forum
Reply
RE: creating sorted arrays automatically…?

if you don’t need the prefix kept with the array, you could get rid of them using this line after the grouping code: arr = for a in arr collect a.v2 …

10 years ago
Forum
Page 17 / 131