I should note, the resolution of these images are HUGE so if you were to throw these in your scene all carefree, you will have to deal with insanely long shader swatch refresh times, which is known to induce swelling of the temples and homicidal thoughts. But wait, they have pills for that, you can use David's mod djx - toggle hypershade thumbnail updates or you can put this script on a shelf or something, I dunno.
//----------------------------------
{
if (`renderThumbnailUpdate -q` == 1){
renderThumbnailUpdate 0;
print ("Thumbnail update is off.\n");
}else if (`renderThumbnailUpdate -q` == 0){
renderThumbnailUpdate 1;
print ("Thumbnail update is on.\n");
}
}
//------------------------------
No comments:
Post a Comment
Leave a message at the beep...wait for it...:p