Update leenkx/blender/lnx/make_renderpath.py

This commit is contained in:
LeenkxTeam 2025-04-07 21:20:53 +00:00
parent c3435b9533
commit 30e5acf9bf

View File

@ -217,8 +217,12 @@ def build():
if rpdat.rp_compositornodes:
assets.add_khafile_def('rp_compositornodes')
compo_depth = False
# wrd.compo_defs += ''
if rpdat.lnx_tonemap != 'Off':
wrd.compo_defs = '_CTone' + rpdat.lnx_tonemap
wrd.compo_defs += '_CTone' + rpdat.lnx_tonemap
if rpdat.lnx_dithering != 'Off':
wrd.compo_defs += '_CDithering' + rpdat.lnx_dithering
wrd.compo_defs += '_CDitheringStrength'
if rpdat.rp_antialiasing == 'FXAA':
wrd.compo_defs += '_CFXAA'
if rpdat.lnx_letterbox: