UVLoopLayers(bpy_struct)
base class — bpy_struct
- class bpy.types.UVLoopLayers(bpy_struct)
Collection of uv loop layers
- active
Active UV loop layer
- Type
- active_index
Active UV loop layer index
- Type
int in [0, inf], default 0
- new(name='UVMap', do_init=True)
Add a UV map layer to Mesh
- Parameters
name (string, (optional, never None)) – UV map name
do_init (boolean, (optional)) – Whether new layer’s data should be initialized by copying current active one, or if none is active, with a default UVmap
- Returns
The newly created layer
- Return type
- remove(layer)
Remove a vertex color layer
- Parameters
layer (
MeshUVLoopLayer
, (never None)) – The layer to remove
- classmethod bl_rna_get_subclass(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References