RobGalanakis
@robgalanakis
New Member
Joined: Feb 15, 2024
Topics: 27 / Replies: 161
Reply
RE: System Exception? Why?

readChars is very slow. I do lots of reading of files and replacing certain things. Generally it is the same process (pseudocode): f = openFile fi…

17 years ago
Forum
Reply
RE: Hide lights not in frustum

Bobo has a SIGGRAPH class where he talks about a script he developed for checking things in the Camera view, and he goes over a similar thing on his M…

17 years ago
Forum
Reply
RE: Mouse tools stops working?

Just to be sure how this is supposed to work: I ‘startTool’, then click and drag in the viewport, and it changes the falloff of my currently selected…

17 years ago
Forum
Reply
RE: Mouse tools stops working?

Shouldn’t the code be: tool foo ( on mousePoint clickno do ( print clickno ) ) startTool foo I’m not having a problem with that code.

17 years ago
Forum
Reply
RE: MXS Viewport

You cannot, copy Array returns OK. Why? No idea (I remember a thread about it a while ago though) You can try doing newArr = for a in oldArr collec…

17 years ago
Forum
Reply
RE: Function Booleans?

Still not really what the OP wanted. You still need to use the keyword argument (var2) to submit an argument, it isn’t really a ‘flag’. On that thou…

17 years ago
Forum
Reply
RE: Function Booleans?

I think what he’d like to do is be able to make his own functions that use common flags, like #face or #quiet, etc. Currently you can just pass in th…

17 years ago
Forum
Topic
Reply
RE: DeleteDir?

I’ve always done it with DOS, tis a shame. Though you could just create your own removeDir function with HiddenDOSCommand.

17 years ago
Forum
Reply
RE: Always Prompt for Save Overwrite?

I’ve written my own saving script which I use most of the time and it always prompts me, but I want to see if I can build this into max. Replace Ctr…

17 years ago
Forum
Reply
RE: Visibility on object select.

Something isn’t clear. You want the visibility to depend upon whether something is selected, but you want this to be keyframable? You should just be…

17 years ago
Forum
Reply
RE: Get faces which share the same vertex

meshop.getFacesUsingVert <Mesh mesh> <vertlist> Returns a bitarray of size=(#faces in mesh) with bits set for all faces that use the spec…

17 years ago
Forum
Reply
RE: include vs. filein?

Uh oh… are you using globals/external variables in your functions? Or is everything you are using in your function declared as a local in your functi…

17 years ago
Forum
Reply
RE: include vs. filein?

It is probably a scope problem, as you assume (I assume it is giving you the ‘Type error: Call needs function or class, got: undefined’?) You need to…

17 years ago
Forum
Reply
RE: include vs. filein?

This may help? There are also a few sections in Help that will aid you. I should also mention I don’t find Paul’s comment that cold, you’ve made ab…

17 years ago
Forum
Page 8 / 13