filter with shorcut key ?

Next
 From:  LAWRENCE
7274.1 
Attachments:

  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:  BurrMan
7274.2 In reply to 7274.1 
Use this for the command part:

code:
script: /* Turn on selection filter for Types > Edges */ moi.selection.setFilter( 'Types', 'Edges', true );
  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:  LAWRENCE
7274.3 In reply to 7274.2 
Hi BurrMan,

thanks you a lot !!

in "moi.idl" , i didn't saw the section about this.

well, now i see "isFilterActive".

so, i can write this script to activate and deactivate with same shortcut :


script: moi.selection.setFilter('Types', 'Edges',!moi.selection.isFilterActive( 'Types', 'Edges'));


thanks to 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

Previous
Next
 From:  Michael Gibson
7274.4 In reply to 7274.3 
Hi Lawrence, also some other information on setting up filter shortcut keys in this previous thread:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6942.1

- 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:  wastzzz
7274.5 
Filters are sooo handy
  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:  LAWRENCE
7274.6 
Hi Michael,

thanks for the link !

i searched "filter" in forum but there was no interesting result with :



but, now i understand it's better to use "advanced search"

I'm sorry to have wasted your time

----------------------------------------------------------------------------
Hi wastzzz,

i agree with 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