BlendDataMaterials(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataMaterials(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.
tag(value)

tag

Parameters:
  • value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataLibraries(bpy_struct)

Next topic

BlendDataMeshes(bpy_struct)