mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Migrate pass through and value node to identity implementation
This commit is contained in:
@@ -49,7 +49,13 @@ pub fn generate_node_substitutions() -> HashMap<ProtoNodeIdentifier, DocumentNod
|
||||
let input_count = inputs.len();
|
||||
let network_inputs = (0..input_count).map(|i| NodeInput::node(NodeId(i as u64), 0)).collect();
|
||||
|
||||
<<<<<<< HEAD
|
||||
let identity_node = ops::identity::IDENTIFIER;
|
||||
||||||| parent of 8e045313 (Migrate pass through and value node to identity implementation)
|
||||
let identity_node = ProtoNodeIdentifier::new("graphene_core::ops::IdentityNode");
|
||||
=======
|
||||
let identity_node = ProtoNodeIdentifier::new("graphene_std::any::IdentityNode");
|
||||
>>>>>>> 8e045313 (Migrate pass through and value node to identity implementation)
|
||||
|
||||
let into_node_registry = &interpreted_executor::node_registry::NODE_REGISTRY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user