Pjanssen
@pjanssen
New Member
Joined: Feb 14, 2024
Topics: 53 / Replies: 510
Reply
RE: im going bananas – get macros procedurally

Here’s something I did a while ago. It’s a more or less direct copy-paste from old work, so it might be ugly/wrong. For one the nested if’s should be …

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

JHN: Hopefully I can help out as well. haavard: If you need an extra hand, i’ll be glad to contribute : ) I don’t know if either of you…

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

Adding buttons to a toolbar is done now too. It took a bit of reverse engineering the cui file, which is a somewhat peculiar file, but I think it work…

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

I’ve added an installer action that will allow the developer to create a new toolbar. This is done by parsing and adding to the cui file. It is of cou…

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

I think Denis argued that he’d first look at the script itself, before using it. I wonder what he’d do with an encrypted script though…hehe.

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

Hehe. What would your solution be? (And do you do the same with any other program you install? )

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

Yes you’re absolutely right there Johan. The installer is more aimed at providing artists (and everyone else using max) with a way to make sure script…

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

Yeah we’ve been talking to Norman about that project when we found out about it. If you need an extra hand, i’ll be glad to contribute : ) Cheers. R…

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

I think actually your blogpost you linked to addresses a similar problem that we would like to address. (Although not directly with this installer par…

15 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

Yes there are ‘standard’ windows installers too of course. I can’t say that I’m fond of them for installing maxscripts though. It might work great, bu…

15 years ago
Forum
Topic
Forum
Replies: 30
Views: 200
Reply
RE: Function in struct calls another function in same struct

struct exampleStruct ( fn a = ( print “a” ), fn b = ( exampleStruct.a() ) ) exampleStruct.b()

15 years ago
Forum
Reply
RE: Data Visualization = MaxScript + XML + CVS. Help!?

Take a look at the .NET XmlDocument class, I think that would be the easiest way to read small Xml files from maxscript. If you’re going to be parsing…

15 years ago
Forum
Reply
RE: maxscript syntax comparison

Well, you can work with most OOP concepts in maxscript in some way, but for many of them you have to do some tricky things. Like in the inheritance th…

15 years ago
Forum
Reply
RE: maxscript syntax comparison

That’s because they are evil!! Or at least they can easily be used incorrectly. Using a public static class gives you globals, in a sense though, as …

15 years ago
Forum
Page 17 / 38