Shrink+Join+Expand Script Question
All  1-2  3-8

Previous
Next
 From:  Cody (ECHOLOCATING)
9250.3 In reply to 9250.2 
Beautiful!

Thanks, 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
Next
 From:  Bravlin
9250.4 
Oh by the way maybe there is a way to press button "Bounding Box Center" without clicking on it when we move objects etc ?
  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
9250.5 In reply to 9250.4 
Hi Bravlin, yes in v4 there is a way to make shortcut keys that trigger UI elements in the command without having to click them.

To do a move with the bounding box center button triggered automatically set this up on a shortcut key:

move BoundingBoxCenter

- 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
Next
 From:  Bravlin
9250.6 
Its good that we have this option for a script automation.
But this mean that for each tool we need to reserve its own button for "bounding box center" option.
I guess it may be easier if we just press RMB after move tool invocation to activate bounding box center.
This way we do not need additional shortcuts.
If it possible of course.
  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
9250.7 In reply to 9250.6 
Hi Bravlin, sorry no right mouse button does a variety of things like a shortcut for "Done" or repeat last command if not in a command currently. There isn't any way to make it click the "Bounding box center" button.

It is possible though to set up a shortcut key script that will push the button on any command that is currently showing it.

To do that set up a shortcut key with this as the command on it:
script: moi.ui.fireUIEvent( 'BoundingBoxCenter' );

- 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:  Bravlin
9250.8 
Right the fireUIEvent ! That we use for adding trim points. Thanks Michael !
moi.ui.fireUIEvent( 'addtrimpoints' );
  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-2  3-8