That’s what I was hoping! Now sorry if this is a dumb question, but shouldn’t I be allowed to input a negative value to account for the objects that …
Thanks for the suggestions, guys. I’ll try out these methods and see which yields the best result. Question about the falloff map parameters: what a…
I’ll definitely try this, thanks guy! Is there a way to clamp the map? The actual height of the scene isn’t terribly tall and I need good precision….
So just to confirm, there doesn’t appear to be any functionality specifically for the OP request, you have to do your own cleanup in your code so that…
I would love to know this as well… I also get plagued by lingering globals which, if I’m not careful, will lead me to believe the script is working on…
Sorry to resurrect this thread but I think I finally found some ridiculous bugs in RolloutCreator which have been impeding me. I think the main point…
Are there any good guides/examples on dotNet UI and maxscript? I’ve seen some general guides on dotNet, and plenty on maxscript UI’s, but not a lot o…
Why the hate for Rollout Creator? I know it’s not the best, but in my company’s tools we use it fairly often (granted our “dynamic” needs are very si…
Thanks guys for the replies! Good suggestions all around. It seems checking if the function is undefined first is a good idea. denisT – Yes I’ve no…
Jason, thanks for the reply. Yes, the script being called is in the same directory. I’ve been trying to keep the projects modular (to the degree tha…
Once again I discovered the solution! And am posting here in case anyone comes by this problem and is scratching their heads. My problem was adding …