Search Commonder (Scripts)

This tool will read the entire menu bar from Mayas main window and makes those command accessible for searching. This means that menus from custom plugins will also be taking into account. This way you either minimize the mouse miles made, search for commands you didn’t even know existed or forgot where they were located.

This script should work from Maya 2014 and up as it uses PySide.
Feedback is always welcome :).

I N S T A L L A T I O N:
Copy the “Search Commonder.py” to your Maya plugins directory:
C:\Users\<USER>\Documents\maya\scripts

U S A G E:
Add the interface and functionality to Maya:
import maya.cmds as cmds
cmds.evalDeferred( “import rjCMDSearch; rjCMDSearch.install()” )

N O T E:
Every time the UI is opened for the first time in a new session of Maya, the script loops over all of Mayas Menu Bar content to retrieve all of the its information and store it in an easy accessible format. Since its over 1600 buttons, this process will take a few seconds. Its best to add this script to the user Setup.py so the interface will automatically be added to Maya when it is started.

The commands can always be refreshed by clicking on the magnifying glass button.

The script now also tries to install a hotkey on the Ctrl + Alt + Space combination. If there is already a hotkey on this combination the hotkey will not be installed. This hotkey will set the focus to the search command and open the menu if there are any matches.

It is also possible to store your pins and create different pins sets for different tasks, meaning you can create your own custom menu. This functionality can be accessed by clicking the magnifying glass button.

Download Search Commonder (Scripts)

Rug Faded Stripe (Interiors)

Realistic faded Rug :)
Modeled in 3ds max 2014 and can be opened in any compatible packages.
Saved as 3ds max 2011 :)
Preview image rendered using Vray 3,0.
There is no modifier.
Size: 200 mm x 140 mm
Dimensions of texture: 1452×2048 px

Other formats:
-.3ds
-.fbx 2009
-.obj with Vray material.

http://www.matthewwailes.com/collections/all/MWLL1197Faded_Stripe.html

Download Rug Faded Stripe (Interiors)

SceneTools (Scripts)

The script provides tools with the following features:

- CharlieWales' File Browser (non-modal file browser) 
- Custom Open Scene Dialog ( thumbnails, playblast, scene note display and referencing/importing options )
- Reload Current/Last Opened Scene
- Save Scene As... (avoids having to open the sometimes sluggish 
    Maya File Dialog)
- Export All/Selected... custom dialog
- Save Scene Version
- Current Scene Info Window
- Scene Thumbnails and Scene Note creation ( you can choose where to store them. Relative to the current project root or relative to 
    the opened scene file path )
- Scene Info HUDS
- Create Shot Camera at persp position
- Playblast/Shot Window ( timeline popupMenu (RMB), window popupMenu (control+LMB),
    if shotCamera exists it is used in the viewport by default )
- Create Scene Playblast
- View Scene Playblast
- Custom Reference File Editor (many features and remote editing, 
    commandPort 7777 must be available)
- Channel/Node Control ( lock / hide attributes, lock objects)
- Filter/Select Node Types
- Playback Options
- Setup Render Resolution
- Setup Working Units (Space, Time)
- Reload Scene Textures
- ChannelBox Scene Tools Buttons (doesn't work if you already have your own buttons)    
- Preferences saved in optionVars
- Autoload script at startup setup

Download SceneTools (Scripts)