forked from LeenkxTeam/LNXSDK
		
	Update leenkx/blender/lnx/material/cycles_nodes/nodes_texture.py
This commit is contained in:
		@ -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")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user