I think the problem is that your script controller is being loaded and evaluated before the other objects that are being referenced even exist, so you…
would this help you: refs.dependentNodes this firstOnly:true
Thanks for the reply DenisT, I originaly got most of my information from that thread and thought it would be good as i was looking for: 1: Ability to …
Anyone using this dontNet control?
Another Question: I have set the object column to not be editable as I didnt want it to go into edit mode on single click, but I would like to edit th…
[left] [/left] Straight from the help (almost ;)) [left][size=3]start = timeStamp() saveMaxFile (maxfilepath+maxfilename) end = timeStamp() format …
would this help? ddlView.selection = (finditem ddlView.items “Popsicle”)
Track: This is a most fastest way to get information about file. Could you give me a quick example of how to use that in maxscript, im not very …
Thanks guys, I might give the 1D array a go. Could you explain this a bit more, i have no idea what it is
you might want to put a test to see if the object actually has a material applied to it (otherwise obj.material will equal undefined) for i in select…
Awesome! Thanks Denis! Somehow I know you would answer that one for me