c4d.LensGlowStruct

New in version R17.032.

Lens glow data type ( CUSTOMDATATYPE_LENSGLOW ).

Definition

class c4d. LensGlowStruct

Inheritance

Members

LensGlowStruct. __init__ ( [ v ] )
Parameters: v ( c4d.LensGlowStruct ) – Copy constructor.
Return type: c4d.LensGlowStruct
Returns: The new lens glow data.
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

Table Of Contents