thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: Global clutter

Further reason to use a big struct is it helps when you’re using global variables from other scripts. I use a lot of fileins from other script’s func…

16 years ago
Forum
Reply
RE: Global clutter

I just group together all my global variables into Script Specific structs. Bob’s script has struct BobVarsStruct (temp, temp2, temp3, information, …

16 years ago
Forum
Reply
RE: Flushing memory between renders

Martijn does that release bitmaps stored in variables too?

16 years ago
Forum
Reply
RE: Wait for Dialog Completion

ahhhhhhhhhhhh modal. Yep that’s it.

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 16
Reply
RE: Any way to speed up getMAXFileObjectNames?

Yeah it takes a while. I was joking today in the office that I could write a bandwidth speedometer for our network based on how long my script took t…

16 years ago
Forum
Reply
RE: System Exception? Why?

I had a problem with reading a large file (4GB file) and used the +rb option for binary and parsed it from there. It was a bit more stable. May or m…

16 years ago
Forum
Reply
RE: Function Booleans?

Right Rob hit the problem on the head. I want optional variables that don’t have to be defined. I only want to know if they were called not giving …

17 years ago
Forum
Topic
Forum
Replies: 6
Views: 14
Reply
RE: Struct Copy Question

Ohhhhhhhhhhhh ok. My brain just clicked. Now I get it. The array that was in the struct is its own block of data. When you copy the struct it’s l…

17 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: fn DifferenceArrays ArrayOne ArrayTwo

Figured that I might want just the difference of one array instead of two. So I split it up into two function and created a “union” function which op…

17 years ago
Forum
Topic
Forum
Replies: 1
Views: 10
Reply
RE: Sum Function?

Fair enough. (although all the more reason Maxscript which I like so much more should have a few of the little perks that even php has.) I guess my…

17 years ago
Forum
Reply
RE: Sum Function?

Well I know at least PHP has some nice little array functions such as ArrayDifference (which works on all data types) aka #(“A”, 3, 2.5) #(3, “A”, 2….

17 years ago
Forum
Page 15 / 32