Update leenkx/blender/lnx/material/cycles_nodes/nodes_texture.py

This commit is contained in:
Onek8 2025-04-07 16:39:49 +00:00
parent 41c1459c4e
commit 5d78eabf94

View File

@ -331,9 +331,6 @@ def parse_sky_hosekwilkie(node: bpy.types.ShaderNodeTexSky, state: ParserState)
world = state.world
curshader = state.curshader
# Match to cycles
world.lnx_envtex_strength *= 0.1
assets.add_khafile_def('lnx_hosek')
curshader.add_uniform('vec3 A', link="_hosekA")
curshader.add_uniform('vec3 B', link="_hosekB")