I haven’t coded anything yet, but I have some ideas in my head. I just need to trim down my ideas to something I can finished.
I need to work on some spline tools anyway so I’m in this one!
Thank you Neil.
I don’t think you can because there could be more then one position_script in the list. So it wouldn’t know what one you were referring to. If you ar…
Forgot to tell you. You can access list controllers as an array.
I feel your pain. I get confused doing the same things sometimes. It’s very frustration, because there is no good debugger for MaxScript. picked = $…
Is “box” a varaible of the MaxScript controller? I don’t have a problem doing this sort of thing with script controllers. They do update while draggi…
It doesn’t update in real-time because the script isn’t referencing them correctly. If you add the custom attributes to the script controller as vara…
Lander: Since there will be lot’s of glossy reflections and probably quite long rendertimes. Render the reflections pass once, and then render yo…
You could also do it as render passes. Brake it down into management peices, render passes for all the elements you need, and then color correct your …
Thanks, that makes sense. I also realized that the older MaxScript commands are statement driven, and not always method driven. For example: addNewS…
Ok, that works if your scripts are blocks of code inside a “macroscript” block. What if you have a collection of utility functions, structures, and o…
Thanks kind of cool. I didn’t realize you could write something like that in such few lines. Hmm… maybe we can grow this into something cool.