View Single Post
# 3 02-01-2014 , 03:48 AM
Registered User
Join Date: Aug 2011
Location: Sliema Malta
Posts: 497
There is a script that you can use in the hypergraph to disable the rendering of the thumbnails. It is this. The rendering of these thumbnails is heavier than you would imagine. Especially if you have large texture maps.

Code:
// Turns off thumbnail updates.
renderThumbnailUpdate false;


Last edited by Chavfister; 02-01-2014 at 06:57 AM.