forked from LeenkxTeam/LNXSDK
Update Export
This commit is contained in:
@ -523,6 +523,9 @@ def build():
|
||||
elif node.type == 'SUBSURFACE_SCATTERING':
|
||||
if '_SSS' not in wrd.world_defs:
|
||||
wrd.world_defs += '_SSS'
|
||||
elif node.type == 'EMISSION':
|
||||
if '_EmissionShadeless' not in wrd.world_defs:
|
||||
wrd.world_defs += '_EmissionShadeless'
|
||||
|
||||
gbuffer2 = '_Veloc' in wrd.world_defs or '_IgnoreIrr' in wrd.world_defs or '_VoxelGI' in wrd.world_defs or '_VoxelShadow' in wrd.world_defs or '_SSGI' in wrd.world_defs or '_Anisotropy' in wrd.world_defs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user