Nodes: Composite: Fix wrong socket type for color ramp node
This commit is contained in:
@@ -31,7 +31,7 @@ static void cmp_node_valtorgb_declare(NodeDeclarationBuilder &b)
|
||||
{
|
||||
b.add_input<decl::Float>("Fac").default_value(0.5f).min(0.0f).max(1.0f).subtype(PROP_FACTOR);
|
||||
b.add_output<decl::Color>("Image");
|
||||
b.add_output<decl::Color>("Alpha");
|
||||
b.add_output<decl::Float>("Alpha");
|
||||
}
|
||||
|
||||
} // namespace blender::nodes
|
||||
|
||||
Reference in New Issue
Block a user