mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +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,
|
||||
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 {
|
||||
node: graphene_std::vector::jitter_points::IDENTIFIER,
|
||||
aliases: &["graphene_core::vector::JitterPointsNode"],
|
||||
|
||||
Reference in New Issue
Block a user