Like this? ( rollout frmMain “Button States” ( checkbutton chkStates “Backface Cull” on frmMain open do ( bStates = for i in selection …
Ok, I’ve found it. I was using unicode enconding and when I switched to ascii encoding it matched your md5 example right away. function getTextHash H…
Hey, I’m looking into this, didn’t know about this issue as I’ve written the script and never touched it again Anyway, I’m researching about it and …
Hey guys, nice work there! I’m actually using UDP, seems best for my needs. Like you’ve said, iDevCam is limited for now because my main intention was…
$.pos=[mouse.pos.x,mouse.pos.y,0] But that would place all objects in Z = 0
Sorry cant understand what you want, cant help, please try to explain it better, add images, script example.
Just changed the listbox to a dropdown and fixed the rollout open event that still had the wrong name… as the update on the mr, it’s working fine here…
Hey, dunno why you where using two different dialogs but I’ve re-written your stuff to something that seems to make a little more sense to me, see if …
You can do something like this: arr = selection as array for i in arr do ( — CODE HERE ) or if you want to do the other way around, the corrected ve…
We should work on a 3d app like Light said specially for animators that when you save a file it deletes all animation keys Sorry couldn’t resist.
Also, after some googling :
Yeah, I meant the dotnetobject instead of the dotnetcontrol, since there are some bugs in event handling with the dotnetcontrol that might solved the …
Have you tried using a “real” dotnetobject Treeview? And connectiong the event handlers to their corresponding functions?
I just noticed one thing… why do you want to disable the accelarators inside of each panel? I’ve just added a enableAccelerators = false in the FocusT…
Sorry, my bad, I thought it was an event! I’ll try to check the code to see if I can do what you need.