BlendDataMaterials(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataMaterials(bpy_struct)

Collection of materials

is_updated
Type:boolean, default False, (readonly)
new(name)

Add a new material to the main database

Parameters:name (string, (never None)) – 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