haavard
@haavard
New Member
Joined: Feb 15, 2024
Topics: 16 / Replies: 100
Reply
RE: Executing maxscript ans python via Sublime

If I remember correctly, in MaxDotNet.config there is a property that sets the remoting port. The error is thrown when you try to use remoting on mult…

11 years ago
Forum
Reply
RE: WPF styles for 3dsMax themes

Look in the Autodesk.Internal.Windows namespace in AdWindows.dll. There you find some theme-classes that holds different variations of brushes. The n…

11 years ago
Forum
Reply
RE: WPF styles for 3dsMax themes

You can find many of the controls in AdWindows.dll. I asked about this some time ago and the answer I got was that the controls had no official suppor…

11 years ago
Forum
Reply
RE: [.NET SDK] Getting the 3dsMax version

I got another one using the assembly info from an arbitrary object from autodesk.max.dll: (((((dotnetclass “Autodesk.Max.ViewType”).Back).GetType())….

11 years ago
Forum
Reply
RE: [.NET SDK] Getting the 3dsMax version

Yeah, you’re right, It does not exist in 2013. This works in maxscript so it should work in c#: g = (dotnetclass “Autodesk.Max.GlobalInterface”).Ins…

11 years ago
Forum
Reply
RE: [.NET SDK] Getting the 3dsMax version

You need to go through the running instance of max: Autodesk.Max.GlobalInterface.Instance.UtilityInterface.CurrentVersion

11 years ago
Forum
Reply
RE: get node names and CA from a file without opening it?

Sure, it has been a long time since I touched it though. All you can do for now is snoop around in max files, which is kind of interesting. The plan w…

11 years ago
Forum
Reply
RE: get node names and CA from a file without opening it?

Yeah, I followed the blog posted above to parse the maxfile. The fileAssetMetaData, summaryInformation and DocumentSummaryInformation streams are diff…

11 years ago
Forum
Reply
RE: get node names and CA from a file without opening it?

It is possible doing it by reading the binary streams of the max file, as andylt1 says, but it is a bit of work. A very good explanation of how to sta…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

I snooped around in the source code for pywin32 and found the method that throws the exception. Link to source. The method is PyObject_FromPROPVARIANT…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

Can you post a working sample of what you got so far?

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

The FileAssetMetaData stream contains only path and type for each asset. To see which plugins are loaded you either have to parse the DllDirectory str…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

LoneRobot: I began looking at this many years ago here via my blog research, using the dsofile.dll from Microsoft. It is something that allowed deve…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

Pete, I took your idea and tried to implement a simple example. A user can add messages to a max file by writing to a specified IStream located in the…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

LoneRobot: I have a small request that could really make my day! now that you’ve got access to the structured storage, would it be possible to write…

11 years ago
Forum
Page 3 / 8