Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Moisés Peláez
2026-09-17 17:15:55 -04:00
17 changed files with 344 additions and 96 deletions

View File

@ -266,6 +266,8 @@ def build():
wrd.compo_defs += '_CSharpen'
if lnx.utils.get_active_scene().view_settings.exposure != 0.0:
wrd.compo_defs += '_CExposure'
if lnx.utils.get_active_scene().view_settings.gamma != 1.0:
wrd.compo_defs += '_CGamma'
if rpdat.lnx_fog:
wrd.compo_defs += '_CFog'
compo_depth = True