Hey Swordslayer thanks for the solution, couldn't figured that out on my own for sure when it touch dotnet stuff..anyway, I've play around with your script for a while but something still doesn't feel quite right so I go ahead and read your thread on CGTalk..and to be honest I don't quite understand, heh! I did tried the…
Yeah, I does work like I planned at first! but, hmmm...at the current state of the script we cant really make it as a global function and use it across many other scripts locally, right?
Yeah! nice one Swordslayer! I did however slightly alter the behavior of how user execute your script. There is a double click functions that Mark posted a while ago here on the forum so I assigned a single click for normal execute and double clicks for opening a dialog box setting, a similar setup for my chamfer/ inset/…
Here you go LINK. As always I like to modified people's script, so here is my little modified version;lastClicked = 0fn multiClicks singleCmd doubleCmd =( thisClicked = timeStamp() if (thisClicked - lastClicked) > 500 then singleClick = 1 else singleClick = 0 if (thisClicked - lastClicked) < 500 then doubleClick = 1 else…
Thanks fo much Swordslayer, it works but I still don't get it about the [...].numberSet != 3 part though... I'm inspired to do my own version of Angle Loop because I don't really like how he implemented the rollout into the edit poly rollout (and causes flash everytime) so I decided to practice write my own version. Here…
Quite a few suggestions, actually the post was getting out of hands :) In the end, I've opted to upload the thing to scriptspot instead, no encryption, of course: heuristic edge select. Hope it gives you the results you were after; feel free to adapt it to your needs eitherway. The [...].numberSet != 3 part basically…