blenderproc.python.modules.lighting.SuncgLightingModule module

class blenderproc.python.modules.lighting.SuncgLightingModule.SuncgLightingModule(config)[source]

Bases: blenderproc.python.modules.main.Module.Module

Adds emission shader to lamps, windows and ceilings.

Configuration:

Parameter Description Type
lightbulb_emission_strength The emission strength that should be used for light bulbs. Default: 15 float
lampshade_emission_strength The emission strength that should be used for lamp shades. Default: 7 float
ceiling_emission_strength The emission strength that should be used for the ceiling. Default: 1.5 float
run()[source]

Run this current module.