Ok got it to work. Steps to make this script work: Step 1: Download Python Version x.x any version will do I think. Step 2: Download and install pyw…
You said: “It has to be run from a file” Well I did not copy it exactly, I did fix the indents. But I did copy paste that into the IDLE which “worke…
Forgive me for my ignorance guys. I use Python in Maya and used maxscript for years but have yet to try Python in Max. I am trying to get the code on …
Why the heck is “Mastering Maxscript and the SDK” going for 170 dollars?!? I bought mine for 10. And for a new scripter its not good because several o…
I am guessing, but I think you didnt run you script while you were on the modifier panel. If you add this line to the begining of your code it wont gi…
So I took a different rount from you. This script will work for you. Now why is yours not working? Well I did some testing and I think readChars is in…
If your going to make it text you my as well just make it a string stream and put that on the app data if thats what your going for. That way you wont…
Could you post more of the script, since I cant run it, its hard to test for the case your trying to work out. -RyanT
Othoap, so is this a tool you might be sharing in the near future? -RyanT
I already sent you an IM about this but just in case anyone else wants to know: Create the function you wish the callback to use. fn foo = ($.positi…
How about an example of whats not working for you? -RyanT
Aearon, I just tried this with mine and pauls modifier. Create a new rollout. Remove all the rollouts from the modifier that you plan on moving to th…
This is kind of a hack but how about trying it this way: plugin simpleObject tower_plugin_def name:”Tower” classID:#(145345,543211) category:”S…
mark, Just to make sure I understand right you want to add and remove rollouts? If thats it, which I am suspicious its not, you can do that with this…
Yes, Erilaz that is what I want. Thanks eek for trying ;o) I think I found a different workflow of how to use the listView. One solution would be to d…