Rename the 'Hex to Color' node to 'String to Color' (#4523)

This commit is contained in:
Keavon Chambers
2026-09-12 16:52:32 -07:00
committed by GitHub
parent 96024d6c2c
commit 21cceeb7ba
2 changed files with 7 additions and 3 deletions

View File

@@ -399,6 +399,10 @@ const NODE_REPLACEMENTS: &[NodeReplacement<'static>] = &[
node: graphene_std::math_nodes::sine_inverse::IDENTIFIER,
aliases: &["graphene_math_nodes::SineInverseNode", "graphene_core::ops::SineInverseNode"],
},
NodeReplacement {
node: graphene_std::math_nodes::string_to_color::IDENTIFIER,
aliases: &["math_nodes::HexToColorNode"],
},
NodeReplacement {
node: graphene_std::math_nodes::subtract::IDENTIFIER,
aliases: &["graphene_math_nodes::SubtractNode", "graphene_core::ops::SubtractNode"],