Update leenkx/blender/lnx/make_renderpath.py
This commit is contained in:
		| @ -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: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user