c4d.LensGlowStruct

class c4d.LensGlowStruct

Lens glow data type (CUSTOMDATATYPE_LENSGLOW).

New in version R17.032.

Attributes

LensGlowStruct.glow

[Read/Write]

A list of dictionaries with the following keys:

  • size: float

  • sv: float

  • col: Vector

  • type: int

LensGlowStruct.streak

[Read/Write]

A list of dictionaries with the following keys:

  • random: bool

  • randomlen: bool

  • star: bool

  • cnt: int

  • holecnt: int

  • size: float

  • sv: float

  • holewidth: float

  • thickness: float

  • rot: float

  • col: Vector

  • type: int

LensGlowStruct.halo

[Read/Write]

A dictionary with the following keys:

  • size: float

  • sv: float

  • col: Vector

  • type: int

Methods Signatures

LensGlowStruct.__init__(self, v)

type v

c4d.LensGlowStruct

Inheritance

Parent Class:

Methods Documentation

LensGlowStruct.__init__(self, v)
Parameters

v (c4d.LensGlowStruct) – Copy constructor.