MeshTexturePolyLayer(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MeshTexturePolyLayer
(bpy_struct)¶ UV map with assigned image textures in a Mesh data-block
-
active
¶ Set the map as active for display and editing
Type: boolean, default False
-
active_clone
¶ Set the map as active for cloning
Type: boolean, default False
-
active_render
¶ Set the map as active for rendering
Type: boolean, default False
-
data
¶ Type: bpy_prop_collection
ofMeshTexturePoly
, (readonly)
-
name
¶ Name of UV map
Type: string, default “”, (never None)
-
Inherited Properties
Inherited Functions
References