on button pressed do name it wire by name U.S.S. Speed: Anyway, I found a webpage about weak reference. Have a link? U.S.S. Speed: …
I’m trying to figure out why you need a custom attribute to scale an object. Why not just wire a (manipulator) slider’s value to your object’s scale?
Non-deforming tank treads and bicycle chains. Beginner – static Medium – follows path (looped animation) Advanced – controler push, pull, rotate caus…
Swami still has his tutorials wad-o-tutorials if you ask nice. They don’t cover the newest stuff but are still excellent. You have to ask him for them…
If you don’t want to post your code here you could send it to me by email available in my profile or you can send it via private message. However I’m…
Only way I can think of to do this would be to add a timer in your script and do something like “on clock tick do (function)” Depending on how CPU int…
Hi Lolec, Assuming you have 3ds Max I would start first by exporting object data from Max. There’s a ” “How-to” in the MAXScript Reference. It can be…
To my knowledge there is no way to do this with keyboard buttons. Sorry I couldn’t help more. Bill
You’re going to need the script extension called “Power Button” By Chris Johnson.
Oh… oops sorry. I didn’t read your clarification well enough. Disregard that last post.
instead of on btnMybutton pressed do try while btnMybutton pressed do
Thanks for the replies guys. I’ll give them a shot in a few hours.
Ok I’m getting closer the answer lies somewhere in filestreams I’ve already Used Max to create “MyFile.dat” using createFile “MyFile.dat” I couldn…
Yep that’s the idea. DelVar = fetched variable from outside file if Delvar > 10 run the script posted above ( Main Script body –rollout etc. etc….
Not true since MAXScript runs from the buffer you can delete the physical script while the script is still running. Try this for example: open a new …