MaterialTextureSlots(bpy_struct)

base class — bpy_struct

class bpy.types.MaterialTextureSlots(bpy_struct)

Collection of texture slots

classmethod add()

add

Returns:The newly initialized mtex.
Return type:MaterialTextureSlot
classmethod create(index)

create

Parameters:index (int in [0, inf]) – Index, Slot index to initialize.
Returns:The newly initialized mtex.
Return type:MaterialTextureSlot
classmethod clear(index)

clear

Parameters:index (int in [0, inf]) – Index, Slot index to clear.

Inherited Properties

Inherited Functions

References

Previous topic

MaterialTextureSlot(TextureSlot)

Next topic

MaterialVolume(bpy_struct)