surface_lighting_type property

surface_lighting_type property

Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint.

Definition:

@property
def surface_lighting_type(self):
    ...
@surface_lighting_type.setter
def surface_lighting_type(self, value):
    ...

See Also