Aha. Thanks, Dave. Now, all my MXS experience is post-Max8, so bear with me here. I’ve currently got something like this: — make a box, a sphere an…
Thanks for the prompt responses, guys. Bobo, I appreciate the comprehensive explanations (Cripes, I would have appreciated any explanation :hmm: ). …
Read some of my other posts, ZB; I’m pushing my limits as it is.
ParamWire version… b = box() b2 = box pos:[50,50,25] paramWire.connect2way b.pos.controller[#x_position]\ b2.pos.controller[#x_position] (“x_position…
Here’s a script_controller version of what you’re after… — create two objects b = box() b2 = box pos:[50,50,25] — create a variable holding the dif…
OK, I’m raising the white flag on this one. :banghead: I’ve searched and read the threads pertaining to anything like this, and am left with a vague …
Well, I tried every permutation I could think of with the above suggestions, but didn’t have any success. I was directed to another thread () which l…
Thanks, guys. I’ll give it a try.
Thanks, Artur. Can you tell me where in the MAXSCRIPT Reference I could read about freeze Transform? I can’t find it anywhere.
From the little that the MXS Reference says, it looks like your suggestion’s the way to go, Eric, but I haven’t the foggiest idea how to implement it….
Ah. Thanks, Bobo. So many nuances to this.