I don understand how to add the xStream shelf to Maya. How can I do it?
At the bottom of the Maya main window, you’ll find a command line prompt. If it’s not there, right click and check the “Command Line” option to enable it. If you’re using one of the latest versions of Maya, you should read MEL at the left of the command prompt. If it’s written Python instead, then left click on Python to change it to MEL. In the command prompt, type the following command (you can copy/paste it): loadNewShelf “shelf_Vue6xStreamPlugin.mel”; If you don’t find the command line prompt, you can also open a command shell dialog from the ‘display’/’general editors’/’command shell’ menu. Or you can even open the Script Editor and copy paste the “loadNewShelf” command there. If you want to load the shelf manually from Maya shelves editor dialog, you’ll have to browse to the ‘scripts/others’ subfolder of Maya to locate the “shelf_Vue6xStreamPlugin.mel”.
At the bottom of the Maya main window, you’ll find a command line prompt. If it’s not there, right click and check the “Command Line” option to enable it. If you’re using one of the latest versions of Maya, you should read MEL at the left of the command prompt. If it’s written Python instead, then left click on Python to change it to MEL. In the command prompt, type the following command (you can copy/paste it): loadNewShelf “shelf_Vue6xStreamPlugin.mel”; If you don’t find the command line prompt, you can also open a command shell dialog from the ‘display’/’general editors’/’command shell’ menu. Or you can even open the Script Editor and copy paste the “loadNewShelf” command there. If you want to load the shelf manually from Maya shelves editor dialog, you’ll have to browse to the ‘scripts/others’ subfolder of Maya to locate the “shelf_Vue6xStreamPlugin.mel”.