Learn how to take full control of Blender’s sky texture world shader node using Python scripting.
In this tutorial, you’ll discover step-by-step instructions and expert techniques to customize and manipulate various parameters of the sky texture, allowing you to create stunning and realistic skies in your Blender projects.
Initial Code
https://github.com/CGArtPython/blender_plus_python/blob/main/bpybb/set_up_world_sun_light/set_up_world_sun_light_start.py
Final Code
https://github.com/CGArtPython/blender_plus_python/blob/main/bpybb/set_up_world_sun_light/set_up_world_sun_light_end.py
Shader Node Types doc
https://docs.blender.org/api/current/bpy.types.ShaderNode.html
#blender #python #scripting #tutorial