AlpineMan
@alpineman
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 126
Reply
RE: Getting recent file list in 2010

Look at System.XML.Serialization.XMLSerializer. I’ve never done it using maxscript though.

15 years ago
Forum
Reply
RE: Getting recent file list in 2010

You could probably use a .NET XML Serializer to read in that XML document, since I’m sure that’s how Nicolas wrote the code. He loves Serialization!

15 years ago
Forum
Reply
RE: XtraTreeList

Yes, these DLL’s are the magic behind the scene explorer and other ‘explorer’ tools inside of max.

16 years ago
Forum
Reply
RE: How can i change an object from a layer to another one?

It’s ok. Everyone learns sometime in their life.

16 years ago
Forum
Reply
RE: Max 2010 and scritped plugin errors.

Well, I don’t see anything fundamentally different from the Max 2009 startup order.

16 years ago
Forum
Reply
RE: Max 2010 and scritped plugin errors.

PEN: I have many scripted plugins that are usually loading from a sub directory of the plugins folder. In Max 2010 I’m getting unknown errors on all…

16 years ago
Forum
Reply
RE: Max 2010 and scritped plugin errors.

Take this script: (see attached) ( local fileName = GetSourceFileName() format “File Loaded: % ” fileName ) and place three copies of it in the fo…

16 years ago
Forum
Reply
RE: New feature in max 2010: structs now contain public / private keywords

That looks pretty convoluted. But then if you are desperate, such a thing wouldn’t be much of an obstacle, right?. Maxscript has always had language i…

16 years ago
Forum
Reply
RE: New feature in max 2010: structs now contain public / private keywords

LoneRobot: Does this mean the current docs are private? uh? No. They are part of the installation as usual. I don’t know of a public location wh…

16 years ago
Forum
Reply
RE: New feature in max 2010: structs now contain public / private keywords

Not public, but as usual, Bobo puts a lot of effort to document new features in the maxscript docs.

16 years ago
Forum
Reply
RE: 10 things every max plugin developor should do

We are aware of this, and have made it a priority this time around to look at this. scorpion007: The code samples don’t show best practises ve…

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: function pointers?

This is possible because in maxscript, most syntax constructs are expressions, not statements. In C++, an if statement is a statement: if (true) … bec…

16 years ago
Forum
Reply
RE: .brightness Easter Egg in Linear and Automatic Exposures

John, could you log a bug for this? Just try to point out that it belongs to the maxscript feature. A defect is SOOO much more likely to get fixed if …

16 years ago
Forum
Page 2 / 9