Skip to content

FXTD-ODYSSEY/CommandLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I found a super awesome Maya launcher http://cosmos.toolsfrom.space/


Maya CommandLauncher

中文文档

This Plugin is inspire by two plugins below

Most of the code structure modified from the commandSearch source code.
And I also thanks for the Listary5.0 software , some good feature also borrow from it.

Install

Install Method also using the module installer method, you could check my other plugin mpdb for more detail

  1. download the release version of the plugin. (you also can clone the release branch)
  2. unzip the folder to any location in your computer.(skip this step if you clone the branch)
  3. drag the mpdb.mel to your running Maya viewport.

alt

alt

How to use

  When install complete, you can find a search icon on the Maya status line.
  After that,you can press Tab Key on the viewport, the search bar will popup.

Status Icon

alt

  press the status Icon you can disable the CommandLauncher and Open the setting or Help.

alt

  When you press the OFF button, the CommandLauncher will delete completely.
  And It will log the setting into the json file so that next Maya launch would not enable the CommandLauncher automatically.

alt

  press the setting button will popup the SettingWindow

Search

  By Default, when you press the Tab key on the viewport, will launch the search bar.
  Then,you can type your keyword to search the command in Maya.

  You can use Keyboard to browse the search results.

  • Use the Up and Down Arrow for scrolling.
  • Use the Left and Right Arrow for switch to Pin and Option Button.
  • Press Alt + Num you can jump to the specific item quickly.
  • Press Ctrl + Num you can trigger the specific item quickly.

alt

Filter Results

alt

  Press Ctrl + Q W E R T Key can switch the filter mode.

Pins Sets

  The search icon on the left can open the menu when you click it.

alt

  Press the Add Item will popup a input dialog for the sets name you want to add.
  Press the Clear Item will clear current active pins sets.
  Press the Delete Item will popup a input dialog to select the delete set name.

alt

  After Pin Set create , when you pin the result item will add to the active Pin Set automatically.

alt

  By Default, if you active the pin set but nothing input will popup up the pin set result below.

alt

  • Press Ctrl + alt + + Num can switch the top nine Pin Sets swiftly.

Setting

alt

  • Language Mode - switch current plugin text Language
  • Tab Key Enabled - disable or enable the Tab HotKey register
  • scroll start line - Define the line number that the Up and Down Arrow Key will scroll the Scroll Bar
  • scroll lock line - Define the line number that the quick shortcut num will display
  • shortcut number - Support How many quick shortcut num
  • item display num - Define How many item will display, if the number is too large, will slow down the search time.

  Here is the code path search setting, which add documents / maya / version / scripts directory by default.
  After adding the directory, click Refresh to search the code files under the directory for execution. (both Python and Mel are available).
  The first button is used to add a new directory.
  The second button is used to refresh the load of the current directory.
  The third button is to open the folder where the settings are stored for manual modification.

About

Maya Command SearchBar like Houdini and 3dsMax

Resources

Stars

Watchers

Forks

Packages

No packages published