RobGalanakis
@robgalanakis
New Member
Joined: Feb 15, 2024
Topics: 27 / Replies: 161
Reply
RE: Sorting maxObjectTab arrays

Array parameters are actually ArrayParameters, not arrays (check the help file). It basically means they can only store one type of data, and some ar…

16 years ago
Forum
Reply
RE: dotNet ListView selected Items highlight goes from blue to tan

Isn’t that overridden when it is selected, though?

16 years ago
Forum
Reply
RE: dotNet ListView selected Items highlight goes from blue to tan

I’d like an answer to this as well… it is related to the system’s colors, since if you switch your Settings (from XP Blue to Silver, or to Windows Cla…

16 years ago
Forum
Reply
RE: ERROR .. where is the problem

Names will also break with ‘-’ I think (at least the syntax highlighting breaks with a hyphen). It is always wise to surround names with single quote…

16 years ago
Forum
Reply
RE: ERROR .. where is the problem

NeighborName= “Cell_” + (x+i) as string + “_X_” + (y+j) as string + “_X_”+ gen as string checkclass= execute(“classof $” + NeighborName + “== Box”) …

16 years ago
Forum
Reply
RE: MAXscript and MAYA MEL

I am definitely a Max hater, but if you are doing Arch Viz, you’ll want to be using Max, without a doubt. This question seems to hide a more importan…

16 years ago
Forum
Reply
RE: Is there a recursion limit in maxscript?

Recursion has given me problems as well. It is possible to fool Max into thinking it is in an endless loop- I had it print the Listener to a log and …

16 years ago
Forum
Reply
RE: Finding and Replacing text in a text file

FindString only works with a String, not a StringStream or FileStream. You probably want to use SkipToString, or cast as a string and use findString.

16 years ago
Forum
Reply
RE: Evaluate CTD suckage

Yeah, it is getting caught in an infinite recursion. Doh!

16 years ago
Forum
Reply
RE: Evaluate CTD suckage

Some very interesting thoughts about structs in this thread. I am going to bookmark it for that reason (really cool ideas and workarounds). However,…

16 years ago
Forum
Reply
RE: Evaluate CTD suckage

JHN: Had to look up what CTD was, but I think you’re meaning Crash To Desktop here I think the problem with nr 2 is that you’re trying to recurse …

16 years ago
Forum
Topic
Forum
Replies: 7
Views: 20
Reply
RE: need a simple script to limit object pos depending another objects pos

Psssht, yeah he knows his stuff, you see that jacket?

16 years ago
Forum
Reply
RE: float script

Just assign it to a variable? If I understood your question right, this is a very essential aspect of coding to understand… b = box name:”myBox” $Bo…

16 years ago
Forum
Reply
Page 6 / 13