Function node support for blackbody shader node #114768

Merged
Jacques Lucke merged 5 commits from KenzieMac130/blender:main into main 2023-12-13 10:10:16 +01:00

5 Commits

Author SHA1 Message Date
KenzieMac130 a63bd6e7e6 Updated blackbody/wavelength table alpha directly 2023-11-16 10:51:57 -05:00
KenzieMac130 ce41997e6e Move to helper function and set alpha to 1.0 2023-11-16 10:30:25 -05:00
KenzieMac130 33bd9c0a18 Changes to UI and vec4 reference based on feedback 2023-11-15 12:40:24 -05:00
KenzieMac130 0c078163fe Merge branch 'main' of projects.blender.org:KenzieMac130/blender 2023-11-12 15:22:47 -05:00
KenzieMac130 558da134e6 Blackbody function node support
Followed the convention of the color ramp code to give the node function node support.

Changed color management to expose a single output blackbody function to better support the needs of this node. Wavelength has also been given a similar treatment for code consistency.
2023-11-12 15:22:07 -05:00