IDMaterials(bpy_struct)

base class — bpy_struct

class bpy.types.IDMaterials(bpy_struct)

Collection of materials

append(material)

Add a new material to Mesh.

Parameters:material (Material) – Material to add.
pop(index)

Add a new material to Mesh.

Parameters:index (int in [0, inf]) – Frame number to set.
Returns:Material to add.
Return type:Material

Inherited Properties

Inherited Functions

References

Previous topic

ID(bpy_struct)

Next topic

IDProperty(bpy_struct)