Hey All,
So, I recently made some shelves for our dept. here at work, and was updating my co-workers maya.env file to include the new directory for shelves. I have all the icons on the network as well, and added the necessary code to the .env file to find them. When Maya is now loaded, the shelf tabs come in, but not icons or buttons are loaded in them. Maya doesn't print off any errors either. Any ideas on what could be preventing the icons from displaying or the buttons appearing?
Here's the .env code:
MAYA_SHELF_PATH =P:\AnimReference\Resources\MEL_Scripts\Shelves;
XBMLANGPATH = P:\AnimReference\Resources\MEL_Scripts\icons;
MAYA_SCRIPT_PATH = P:\AnimReference\Resources\MEL_Scripts;
The shelves appear correctly on my system as well where I had most of, if not all the icons locally before putting them on the network. I don't know if that makes a difference as to why I can see them, and others can't. Am I missing something?