Moosley
@moosley
New Member
Joined: Feb 15, 2024
Topics: 13 / Replies: 90
Reply
RE: This should be easy?

try this: for t = 1 to 8 do ( tempLot = Box pos:[random -80 50, random -80 40, 0] height:(random 10 30) prefix:”Lot” for i in $Lot*…

18 years ago
Forum
Reply
RE: This should be easy?

Hi! Try this: tempLot = Box pos:[random -125 150, random -80 40, 0] height:(Units * 10) if (for i in $Lot* where intersects tempLot i…

18 years ago
Forum
Reply
RE: mouse tool, 1 click counts as 2?!

The mouse clicks (according to the docs) are incremented on the release of the mouse button, except for the first click. So you will get (for mousePo…

18 years ago
Forum
Reply
RE: Tiny numbers with e-

According to the reference, Max will only display the value to the 6th significant digit, so I guess you’ll have to write your own function to pad the…

18 years ago
Forum
Reply
RE: Hashtable in maxscript

What sort of size are you talking? I’ve used this method to store up to 2000 or so elements with no noticable drop in performance…

18 years ago
Forum
Reply
RE: Hashtable in maxscript

I think I have done this in the past using 2 arrays. One array contains instances of the data structure the other array contains the ‘keys’: stru…

18 years ago
Forum
Reply
RE: loops

Hi! This will spread 1cm boxes between the specified distance: — create a box and set the first offset to 0 b = box pos:[0,0,0] width:1 height:…

18 years ago
Forum
Reply
RE: Render to texture 2048 limit, any fix?

Could be a memory thing, maybe try increasing your heap size in the maxscript preferences ?

18 years ago
Forum
Reply
RE: Updating custom scripts over a network

We have all the scripts on the file server and add a path to the folder in the External Plugins tab on the User Paths dialog… Scripts get run and upd…

19 years ago
Forum
Reply
RE: How to get the bounding box' size?

Not sure if it’s quite what you’re after, but you could always find your own bounding box by finding the point which is furthest from the objects cent…

19 years ago
Forum
Reply
RE: Draping a spline over a mesh

Hi! Have you considered using a reactor rope? ~Simon~

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 38
Reply
RE: Baking shadows…

Yes all the objects I am trying to bake have had their UV’s flattened already (in this case on channel 3) .

19 years ago
Forum
Topic
19 years ago
Forum
Replies: 3
Views: 32
Reply
RE: XML and Maxscript

Hi! Checkout the xmlIO.doc in 3dsmaxX\stdplugs\stdscripts\baseLib It may be what you’re after, or it may not. Worth a quick look though

19 years ago
Forum
Page 4 / 7