Add missing 'Copy to Points' migration (#3922)
Add Copy to Points migration
This commit is contained in:
parent
4a37ce4576
commit
9a23b9908e
|
|
@ -860,6 +860,10 @@ const NODE_REPLACEMENTS: &[NodeReplacement<'static>] = &[
|
||||||
node: graphene_std::repeat::repeat_on_points::IDENTIFIER,
|
node: graphene_std::repeat::repeat_on_points::IDENTIFIER,
|
||||||
aliases: &["graphene_core::vector::InstanceOnPointsNode", "core_types::vector::InstanceOnPointsNode"],
|
aliases: &["graphene_core::vector::InstanceOnPointsNode", "core_types::vector::InstanceOnPointsNode"],
|
||||||
},
|
},
|
||||||
|
NodeReplacement {
|
||||||
|
node: graphene_std::vector::copy_to_points::IDENTIFIER,
|
||||||
|
aliases: &["graphene_core::vector::CopyToPointsNode", "core_types::vector::CopyToPointsNode"],
|
||||||
|
},
|
||||||
NodeReplacement {
|
NodeReplacement {
|
||||||
node: graphene_std::vector::jitter_points::IDENTIFIER,
|
node: graphene_std::vector::jitter_points::IDENTIFIER,
|
||||||
aliases: &["graphene_core::vector::JitterPointsNode"],
|
aliases: &["graphene_core::vector::JitterPointsNode"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue