MainMaterials(bpy_struct)

base class — bpy_struct

class bpy.types.MainMaterials(bpy_struct)

Collection of materials

new(name)

Add a new material to the main database

Parameters:
  • name (string) – New name for the datablock.
Returns:

New material datablock.

Return type:

Material

remove(material)

Remove a material from the current blendfile.

Parameters:
  • material (Material, (never None)) – Material to remove.

Inherited Properties

Inherited Functions

References

Previous topic

MainLattices(bpy_struct)

Next topic

MainMeshes(bpy_struct)