LampTextureSlots(bpy_struct)

base class — bpy_struct

class bpy.types.LampTextureSlots(bpy_struct)

Collection of texture slots

classmethod add()

Add a number of points to this spline.

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

Add a number of points to this spline.

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

The newly initialized mtex.

Return type:

LampTextureSlot

classmethod clear(index)

Add a number of points to this spline.

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

Inherited Properties

Inherited Functions

References

Previous topic

LampTextureSlot(TextureSlot)

Next topic

Lattice(ID)