Are you sure that “mouse.buttonStates” returns an array of booleans ? #(false,false,true) ? Maybe it’s returning an array of pressed buttons ? #(1,3)…
Bobo: Alternatively, you can switch the formatting to output the complete array: with printAllElements true do … or permanently using [b]options….
Yeah, that is what I am currently doing, but it’s not enough since my main array containts hundreds of strcuts wich all contains about 30 arrays wich …
PEN: Let me guess, you have Max 9 installed and you didn’t install Max 8. […] Really at this stage it is better to convert all your ax controls over…
Actually, I just found that it’s doing this since I installed Visual C++ Express I think we are getting somewhere now … I installed Visual C++ in a…
Thanks ( once again ) for your time ! Your clear explanations are always very helpfull !
Dear eek : I don’t whant to look like a fool, but, what is “weak referencing” ? btw the rig on your blog page is awesome
Yes, like the “Align” tool dosen’t get recorded int he listener. The Rename objects too I think, I think it’s a matter of if the tool is a script itse…
… So there is a CenterPivot function
[color=lightblue]for x in selection do x.pivot = x.center[/color] Would take evry pivot of the selection and center it to it’s center. Hope it he…
Yes thanks a lot ! You are an inspiration for me since school :bowdown:
Oh well… I tought there was a function for that… Thanks anyway