Doesnt work in maya 2015, if i click quick assign diffuse: // Error: file: F:/Docs/maya/2015-x64/scripts/ddoMaterialManager_2013.mel line 739: Number of arguments on call to AEfileTextureBrowser does not match number of parameters in procedure definition. //
If the indicators were instantly changed from a script job, you shouldn't have to refresh the UI, almost all UI elements have a -visible flag that you can set True or False in edit mode for the command. That flag is also one of the better ways to implement search, loop through everything in the list, do some string…
little harder to implement in mel but you really should try to get a search in there, especially for searching through the ddo mat library. also doesn't look like your little indicator in the list updates unless the UI refreshes, you might be able to use a scriptJob to set that everytime a selection is made
Friendly bump for a friendly update to my plugin... I updated the original post with the latest information and imagery. Enjoy =) I finally got around to implementing this. It works great now! Everything updates in real time without requiring the entire window to redraw. There's still a bit of annoyance, though. The…