111 – it seems so, seems unfinished to me galagast – Thanks, yeah I need to set up some site where I can share the scripts I’ve done. All images in m…
Hi, I have updated my Triple-Click script now. I have optimized the code so that if it is not a valid situation the script will do almost nothing. I a…
Hey, I have written a triple-click mode now for selecting edgeloops or edgerings. You can actually click two times if you click a bit slower. Here is …
Ok max seems to ignore the second click but a triple-click should definately be possible lol. I’ll play with it a bit more and report back my findings…
j_man – Thats good, too bad it only works while in toolmode though. Catching double clicks would actually be very easy if it was not for the slow upd…
Hey, I edited my previous post for a better way to get it on an Editable mesh. Yes getNormal returns the combined normals of the surrounding faces, i…
Hi MagicToy, I believe something like this is what you need: If the object is an Editable Poly: theVert = 1 theVertFaces = polyop.getFacesUsingVe…
Hi PsychoSilence, this feature is available in the PolyBoost tools. With it you can select random subobject elements using percentage of total amount,…
Hi sheb, that selection method doesn’t work with the boneID but the object. Try something like this: skinobj = modpanel.getcurrentobject() skinobj…
I see. Then you need to do something like this: on spinner set val do ( delegate.SetOperation #SetMaterial delegate.materialIDToSet = (val – 1) …
From the Macro recorder I got this: $.modifiers[#Edit_Poly].SetOperation #SetMaterial $.modifiers[#Edit_Poly].materialIDToSet = 0 $.modifiers[#Ed…
allonym – ah I looked closer at your code now and you are correct, didn’t fully understand what you were doing but I see now that it should work. Good…
allonym: This works because a mesh face has only 3 verts, and these 3 verts can share only 1 polygon. Hey allonym, nice function but that is not …
Hey ApocX, I use this a lot in the PolyDraw tools. Below is a good way to get the intersection position under the mouse. It checks for an intersection…