thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: Advice Needed for Asset Management Script

Commercial eh? How much you willing to pay. I’ll make a commercial script.

16 years ago
Forum
Reply
RE: Advice Needed for Asset Management Script

Also don’t count out a full fledged relational database as the back end. I’m converting our big toolset right now to use MySQL. The entire scene can …

16 years ago
Forum
Reply
RE: SetUserProp… doubling up bug.

Here is my solution. Which I’m just going to throw into my customFunctionLibrary.ms and use instead from now on. fn SafeSetUserProp NodeVar keyString…

16 years ago
Forum
Reply
RE: SetUserProp… doubling up bug.

Guess that’s a request for Max 2010 then. “Make sure setUserProp is at the beginning of a new line.” Must have just been from someone editing it ma…

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 19
Reply
RE: classof struct Name?

That works perfectly I tried: classof structvar == structdef and that always returned false. isKindof is actually what I wanted.

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: DotNet Tutorials or reference sites?

I feel like we need a wiki.

16 years ago
Forum
Reply
RE: Nested "for" Loops & Using Variables for Parameters

Not sure why you added a for loop to loop until it == i instead of just using i it’s a useless loop. I’m assuming you’re just practicing a bunch of d…

16 years ago
Forum
Reply
RE: Nested "for" Loops & Using Variables for Parameters

There is a small tweak which I usually use just for clarity: Normal: fn testfunction A: B: C: = (if A==undefined then print “A is undefined” else pr…

16 years ago
Forum
Reply
RE: Nested "for" Loops & Using Variables for Parameters

And… that all being said your script doesn’t do what it’s supposed to even with that bug fixed. fn updateMyBox l: w: h: = ( argArray = #(l,w,h) pa…

16 years ago
Forum
Reply
RE: Nested "for" Loops & Using Variables for Parameters

If you say: Box.v It doesn’t know you want to use a variable. Let’s say I have a variable: var = “hello” and I could have a box.var but it’ll look…

16 years ago
Forum
Reply
RE: Using DOSCommand() with 7Zip

You have a problem and provide a resolution. That’s not a deletion offense that’s a useful post. The fact that you didn’t find the answer you were l…

16 years ago
Forum
Reply
RE: Teapot has a handle, but does it have a .handle?

Hahaha well it feels like ages based on how many times it’s tricked me. While this thread is completely hijacked: It would be awesome if you did a …

16 years ago
Forum
Reply
RE: Teapot has a handle, but does it have a .handle?

And don’t forget the imagemap mis-link for the radiobuttons for “Max 2010 – The Year Autodesk makes Contact”. That bugger has snuck through quite a f…

16 years ago
Forum
Page 12 / 32