TheGrak
@thegrak
New Member
Joined: Feb 14, 2024
Topics: 31 / Replies: 197
Reply
RE: Adding an array to a node via custom attributes

Thank you denis! I’ll be studying that code. But, I ran into an interesting issue (that throws an unknown exception) that I’m able to reproduce agai…

13 years ago
Forum
Reply
RE: Adding an array to a node via custom attributes

Let me explain what I’m trying to do: merge a max file with #select enabled put $ into an array variable apply that array variable to a node via cus…

13 years ago
Forum
Topic
Forum
Replies: 12
Views: 40
Reply
RE: Bad Maxscript Code

Good input PEN! Here’s some (paraphrased) code that I ran across in another one of my scripts: ( fn fnThree = (does some stuff) fn fnTwo = (does …

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 10
Reply
RE: ImgTag woes

Thanks kees! That clears up any questions I had!

13 years ago
Forum
Topic
13 years ago
Forum
Replies: 3
Views: 16
Reply
RE: strings vs ints

i’m not converting to chars correctly, it just adds more time to the clock. how do you convert to char? i cannot cast “as char”. what is the other w…

13 years ago
Forum
Reply
RE: strings vs ints

i’m suprised because i assumed that comparing a string would have a similar time as comparing an integer, because characters are integers. how does m…

13 years ago
Forum
Topic
13 years ago
Forum
Replies: 5
Views: 11
Reply
RE: The coding and a code of ethic…

PEN makes good points. This is something that pisses me off a bit, some one is trying to make a living from their work and some one else comes alon…

13 years ago
Forum
Reply
RE: The coding and a code of ethic…

A couple thoughts: “However, unencrypting/cracking a piece of code and publishing the source may actually be a crime in the US.” If you post it anony…

13 years ago
Forum
Reply
RE: passing to and returning arguments

Here is an attempt at optimizing that code: fn getBBounds theObject = ( local c = snapshot theObject c.transform = matrix3 1 local …

13 years ago
Forum
Reply
RE: passing to and returning arguments

so would this be the optimal way to execute getting the bb x,y,and z? “Optimal” is a very subjective term. If it works for you, then it’s as optima…

13 years ago
Forum
Reply
RE: passing to and returning arguments

I guess my question is, why do I have have to turn theBB into another variable to get it to work? If I understand you correctly, you don’t need to d…

13 years ago
Forum
Page 6 / 16