You have to go in the UV EDITOR, Chache propeties, and set CACHE DISABLED checked to see the texture.
But moslty the UV editor is super slow.
If have a PNG applyed on, the editor work pefectly.
Some one know how could be cause? thank you!!!!!!!!!!!
Code: Select all
//JScript
var oClips = ActiveProject.ActiveScene.ImageClips
for ( var i=0; i < oClips.Count; i++ ) {
oClips(i).Xmax=1; oClips(i).Ymin=0;
}