Geometry Nodes: add support for blackbody shader node

This adds the existing Blackbody shader node to geometry nodes, with the
same functionality.

Pull Request: https://projects.blender.org/blender/blender/pulls/114768
This commit is contained in:
Kenzie
2023-12-13 10:10:06 +01:00
committed by Jacques Lucke
parent 23df139aaf
commit 3f485c8bf3
4 changed files with 49 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ class NODE_MT_geometry_node_GEO_COLOR(Menu):
def draw(self, _context):
layout = self.layout
node_add_menu.add_node_type(layout, "ShaderNodeBlackbody")
node_add_menu.add_node_type(layout, "ShaderNodeValToRGB")
node_add_menu.add_node_type(layout, "ShaderNodeRGBCurve")
layout.separator()