UVTextures(bpy_struct)

base class — bpy_struct

class bpy.types.UVTextures(bpy_struct)

Collection of uv textures

active

Active UV texture

Type :MeshTextureFaceLayer
active_index

Active UV texture index

Type :int in [0, inf], default 0
new(name="UVTex")

Add a UV texture layer to Mesh.

Parameters:name (string, (optional)) – UV Texture name.
Returns:The newly created layer.
Return type:MeshTextureFaceLayer

Inherited Properties

Inherited Functions

References

Previous topic

UVProjector(bpy_struct)

Next topic

UnitSettings(bpy_struct)