Geometry Nodes: Add Color input node

Adds a color input node with picker.

Differential Revision: https://developer.blender.org/D12793
This commit is contained in:
Charlie Jolly
2021-10-11 23:02:17 +01:00
committed by Charlie Jolly
parent e005ad5b54
commit f7ef68514b
9 changed files with 88 additions and 0 deletions

View File

@@ -640,6 +640,7 @@ geometry_node_categories = [
NodeItem("ShaderNodeValue"),
NodeItem("FunctionNodeInputString"),
NodeItem("FunctionNodeInputVector"),
NodeItem("FunctionNodeInputColor"),
NodeItem("GeometryNodeInputMaterial"),
NodeItem("GeometryNodeIsViewport"),
NodeItem("GeometryNodeInputIndex"),