Guest User

Untitled

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import bpy
  2. for item in bpy.data.materials:
  3. for itextures in item.texture_slots:
  4. if itextures is not None:
  5. item.texture_slots[0].uv_layer = "UVMap"
Add Comment
Please, Sign In to add comment