Can someone tell me the script for toggling grid snap on and off with a key? Thanks.

Next
 From:  Tigerion
10202.1 

Can someone tell me the script for toggling grid snap (NOT the display of the grid) on and off with a shortcut key? Searched the forums but could not find.

Thanks!

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
10202.2 In reply to 10202.1 
Hi Tigerion, it's listed in the "Shortcut keys" section of the help file:
http://moi3d.com/4.0/docs/moi_command_reference11.htm#shortcutkeys

Put in this:

script:moi.drawingAids.gridSnap = !moi.drawingAids.gridSnap;

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Tigerion
10202.3 In reply to 10202.2 
Thank you so much Michael! Your customer support is literally the best I've ever seen. It's great to support a developer like you.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All