FORCE MOVE ALONG NORMAL.
All  1-4  5-6

Previous
Next
 From:  neilwilson3412
9483.5 In reply to 9483.4 
thanks Michael.



yes i use shift to lock but you still have to be subtle to find what you want sometimes......could you please include cranking those settings to 1000.....on off as with the snaps please:)


i find it to work really just how i like !
  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:  Michael Gibson
9483.6 In reply to 9483.5 
Hi Neil, sure give this one a try:

script: if ( moi.drawingAids.straightSnapAngle == 0.0 ) { moi.drawingAids.straightSnapAngle = 90.0; moi.drawingAids.straightSnapEnableVertical = true; moi.drawingAids.straightSnapEnableTangent = true; moi.drawingAids.straightSnapEnablePerpendicular = true; moi.drawingAids.straightSnapActivateDistance = 6; moi.drawingAids.straightSnapKeepActiveDistance = 12; } else { moi.drawingAids.straightSnapAngle = 0.0; moi.drawingAids.straightSnapEnableVertical = false; moi.drawingAids.straightSnapEnableTangent = false; moi.drawingAids.straightSnapEnablePerpendicular = false; moi.drawingAids.straightSnapActivateDistance = 1000; moi.drawingAids.straightSnapKeepActiveDistance = 1000; }

- 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
 

Reply to All Reply to All

 

 
 
Show messages: All  1-4  5-6