Untested, but I think it should work. Then you just click that and it will re-load all textures in your scene.
I have a better idea for one that would only reload file textures that changed (far more efficient, especially with large textures, or large amounts of textures), but I'll have to sit down and actually write that. Might try it in Python to get some learning in.
BTW, if you wanted to "enable" that script every time you load Maya, just put the command into the userSetup.mel file in your Documents/maya/2009/scripts/ folder, it'll run any commands in that file on startup. So that might work for you.
I have an old script that works well for this. With an object selected it will refresh all materials assigned to that object. With nothing selected it'll refresh all materials. I have it assigned to a hotkey.
Replies
Untested, but I think it should work. Then you just click that and it will re-load all textures in your scene.
I have a better idea for one that would only reload file textures that changed (far more efficient, especially with large textures, or large amounts of textures), but I'll have to sit down and actually write that. Might try it in Python to get some learning in.
BTW, if you wanted to "enable" that script every time you load Maya, just put the command into the userSetup.mel file in your Documents/maya/2009/scripts/ folder, it'll run any commands in that file on startup. So that might work for you.
BTW, what do you mean "enable"? It seems the shelf button works after restart.
Sorry if that is a noob question.
http://dl.dropbox.com/u/1889770/alexxUpdateFileTextures.mel