update for changes in rna api

This commit is contained in:
Campbell Barton
2010-08-19 12:49:53 +00:00
parent 2a7343b831
commit 322f2bf8d4
2 changed files with 10 additions and 10 deletions

View File

@ -213,11 +213,11 @@ def mat_to_texface():
#check that material had an image!
if images[f.material_index] != None:
uvtex[f.index].image = images[f.material_index]
uvtex[f.index].tex =True
uvtex[f.index].use_texture = True
else:
uvtex[f.index].tex =False
me.update
uvtex[f.index].use_texture = False
me.update()
if editmode: