This is true, verts that are added start at the highest index. I wrote a little door cutting script which used this method. For some reason though t…
Hi! It didn’t seem to work right away, I think you may need to make B2P_orig a global variable… Or at least it worked when I tried that :), apart fr…
Have you tried using intersectRayEx() ?
SMG = #() all_SMG = #{1..32} as array obj = selection[1] for f = 1 to (polyop.getnumfaces obj) do ( if (polyop.getFaceSmoothGroup obj f != 0)…
jonahhawk: I would dearly love to have a tool to slice or trim Polies using other Polyies as a the cutting edge. even if the polies don’t intersect,…
Hi! You could probably do it with something like this: — Get selections and stuff theObject = selection[1] faceSel = polyop.GetFaceSelection …
I have written a script that does something similar, except it will slice into even chunks (say 1m x 1m for example). You may find it will behave str…