davestewart
@davestewart
New Member
Joined: Feb 14, 2024
Topics: 38 / Replies: 371
Reply
RE: Random Scale Objects script?

Absolutely! No more help from now on…

18 years ago
Forum
Reply
RE: Please Help? Moving Objects With Images

In order to get the resampled bitmap values, you could just use the bitmap copy commands. max reset file s = sphere radius:50 Viewport.ZoomToBounds f…

18 years ago
Forum
Reply
RE: Dynamic object list

If I understand you correctly, no. Instead you would put the newly created objects into an array, then reference the members of that array. Seeing …

18 years ago
Forum
Reply
RE: dividing

Sure: mod 10 3

18 years ago
Forum
Reply
RE: spinner values and functions

It’s ByReference parameter passing (as opposed to by value). A simple example: fn square &n = (n = n * n) n = 3 –3 square &n …

18 years ago
Forum
Reply
RE: Export animation to poser

Well-funny though…

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: how to know integer is power of 1 or 2???

Hey, In English we say: “odd” : 1, 3, 5 “even” : 2, 4, 6 “Power of” would be: “to the power of 2” or “squared” : 4 x 4 = 16 “to the power of 3” or “…

18 years ago
Forum
Reply
RE: Rollouts Construction

Sure. If the subrollouts were declared as global, just reference the subrollout property as you would a rollout property. – in subrollout sro1 on spn…

18 years ago
Forum
Reply
RE: Getting an obect's node

Hmm… you seem to be muddling quite a few things up here. if classOf obj == NxActor – you don’t need to convert the classname to a string, just check …

18 years ago
Forum
Reply
RE: Keeping track of merged objects

Custom attribute then…

18 years ago
Forum
Reply
RE: Keeping track of merged objects

If you use a callback on the way in, you could storethe value and retreive it later: fn addOriginalDirectoryUserProp = ( for obj in (getCurrentSele…

18 years ago
Forum
Reply
RE: Last export path name [Max9]

sysInfo.currentdir always reflects the last directry that max accessed (from what I know, anyway) be that a file export, script open or a material’s m…

18 years ago
Forum
Reply
RE: Generating UI dynamically?

Another option is to create, say 100, edit texts then move them outside the bouns of the rollout. Then when teh spinner changes value, you just move t…

18 years ago
Forum
Reply
RE: CSolver Simple Problem

Ahh… simple mistake! You’re asking max to execute the global function “addConstraint” (see “Controller Functions for use with Constraint Assignment…

18 years ago
Forum
Page 19 / 28