Skip to content

Commit

Permalink
Merge pull request #2 from P48L0/master
Browse files Browse the repository at this point in the history
Select active UV Layer
  • Loading branch information
davidejones committed Oct 17, 2012
2 parents 30561c9 + 505249b commit 7a4acf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions io_alternativa3d_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ def getCommonData(Config,obj,flipUV=1):

if Config.ExportUVLayer != None:
if Config.ExportUVLayer == 1:
if uc > 0:
uvprocess=False
uvprocess=uvlayer.active
elif Config.ExportUVLayer == 2:
uvprocess=True
else:
Expand Down

0 comments on commit 7a4acf5

Please sign in to comment.