mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 03:08:12 +08:00
Add missing 'Copy to Points' migration (#3922)
Add Copy to Points migration
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user