Hi,
The MoI 3D Command Reference contains three individual inline scripts to toggle each snap type on or off, but not one script to toggle them all on or off at the same time, so I combined the script lines. In case you could also use it, here it is:
script: /* Toggle snaps on or off */ moi.drawingAids.gridSnap = !moi.drawingAids.gridSnap; moi.drawingAids.objectSnap = !moi.drawingAids.objectSnap; moi.drawingAids.straightSnap = !moi.drawingAids.straightSnap;
You can also hold the Alt key to temporarily disable all snaps, but sometimes I find it easier to toggle them on or off.
Sorry if this is already discussed in an old MoI forum thread. I couldn't find it, but I didn't search thoroughly.
Regards,
Metin
———————
visualization • pixel art • illustration • animation • 3D design — https://metinseven.nl
|