Thanks – works great! I’m left with one last bug – Basically what I have is the following Rollout1 ( local saveFile outputFile = createFile …
WOW! Thanks for that I’m sure others will be able to get some use out of this if they’re still stuck scripting for max7. Thanks so much for all you …
Yeah – that works for 99% of my problems, but I have one area where I need the user to select a path, and not a file…I suppose I could have them selec…
Thanks – got it working now. max8 supports an “initialdir” property when calling getsavepath(). Unfortunately this doesn’t port over to max7. I’d li…
Bah! One more problem – seems the compiler doesn’t like an absolute path stored so I need to chop the following modelname “C:\Projects\project\models…
awesome – thats it. Thanks for your help!
Thanks for your help stev! One quick question – I’m having difficulty with the “format” command. I’m trying to out a line like this: model “root” “r…
on LC_Create pressed do ( string_LC_Name = LCName.text string_LC_Model = LCModelName.Text string_LC_Type = LCType.selected output…
Awesome – thanks a bunch, just what i needed!
Hmm…got the ray thing working to what I need it for, but I’m having a bit of trouble with putting the rest of the script together. What I want is bas…
Excellent! Thank you both – I’ll give this a shot tonight.