Blender 4.3 Update
- Development to start after Blender 4.3 beta, scheduled for October 2
- https://developer.blender.org/docs/release_notes/4.3/
Features
Compositor
- [ ] A White Point conversion mode was added to the Color Balance node, which works similarly to the White Balance view transform but also allows control over the target white point. (021bce8b48)
- [ ] A new global Save As Render option was added to the File Output node to be used if Use Node Format is enabled. (9c44349204)
Cycles
Volumes
- [ ] The Volume Scattering node now supports more phase functions in addition to Henyey-Greenstein - Rayleigh for atmospheric scattering, Fournier-Forand for underwater scattering, Draine for interstellar scattering and Mie for clouds and fog (PR#123532)
Geometry Nodes
Python API & Text Editor
- [ ] Added a new
rename function to the ID class to allow more complex ID renaming behavior. Directly assigning to the ID.name property is not affected (3e03576b09).
- Worth investigating, maybe a better approach than the current method
- [ ] Changing the data type of a reroute node is now done with
reroute_node.socket_idname instead of modifying the socket directly. (c40dc9aa03)
- Don't think NTP'll need any changes, just in case though
Rendering
- [ ] A new Metallic BSDF node has been added to the shader editor. (6ccb33e9fe)
- [ ] A new Gabor Noise texture node was added. (4f51033708)
User Interface
- [ ] Node groups can now have a default node width (e842966c5e).