ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: 3D auto stereoscopic camera script

Looks like the license at the top of the file allows redistribution – so… v1.03 ‘as is’ available from: Note the folder name – it’s only temporary a…

16 years ago
Forum
Reply
RE: .net ContextMenuStrip problem

try something like this just after creating the contextMenu contextMenu.ImageScalingSize = dotNetObject “System.Drawing.Size” (width = 64) (height =…

16 years ago
Forum
Reply
RE: .net ContextMenuStrip problem

it’s a collection of images stored in <imagelist>.images You can add an image to that list using <imagelist>.images.add <dotNetImage&gt…

16 years ago
Forum
Reply
RE: what's wrong?

well the first error I get with your code ‘as is’, is: — Compile error: Illegal input in readValue — In line: set 1 Basically that’s MaxScript…

16 years ago
Forum
Reply
RE: what's wrong?

oie – I should stop posting at 5:30am :applause: Edit: or… continue posting at 5:30am – as ‘readValue’ casts the read value to a string implicitly (t…

16 years ago
Forum
Reply
RE: what's wrong?

flyingaway: bigones[i].pos += point3 (readvalue thefile)(readvalue thefile) (readvalue thefile) 🙁 uh , what is wrong with the code , get erro –…

16 years ago
Forum
Reply
RE: beginner questions on nodes

you forgot to use getPolygonCount to get the number of polies on the object. Right now you’re not actually getting the polygon count for the object. …

16 years ago
Forum
Reply
RE: What am I doing wrong with a for loop?

continue/exit (or, within a function, return) -can- be faster… but looks like you’d need to have a very long or intensive loop to see benefits. I do …

16 years ago
Forum
Reply
RE: What am I doing wrong with a for loop?

I’m not sure why you would have an ‘undefined’ in your $.ground list; you’re only adding the ground objects? One thing that does seem wrong is the ‘g…

16 years ago
Forum
Reply
RE: What am I doing wrong with a for loop?

viro: To me it looks like the intersect ray is returning ok as a value because it is in the for loop. Correct. The OK value you get is the resul…

16 years ago
Forum
Reply
RE: How to break a endless loop??

also… anytime you’re still testing code that involves long / heavy loops, add this inside the loop… if (keyboard.escPressed) do ( throw “ESCAPE PRES…

16 years ago
Forum
Reply
RE: Loft

I have no experience with this – hopefully somebody else will pick up on it jonahhawk: This “control any windows ui element” capability of mx…

16 years ago
Forum
Reply
RE: Loft

The bits in green could be pre-calculated so that they only run once. e.g. if you’re already in modify panel mode, no need to switch to that mode for…

16 years ago
Forum
Reply
RE: Loft

Exceedingly good point about the period vs comma thing – silly as I referenced that in a few posts not too long ago. I do wish the world would standa…

16 years ago
Forum
Reply
RE: Loft

which I need to finish my wrapper for ( nearly done, then 2 weeks ago happened ) here’s the raw and dirty code for this, at least fn setWidthRepea…

16 years ago
Forum
Page 16 / 94