Skip to content

Commit af98983

Browse files
committed
reorganize node import paths
1 parent e76de93 commit af98983

63 files changed

Lines changed: 131 additions & 128 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/bevy_animation_graph/src/nodes/blend_node.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/blend_node.rs

File renamed without changes.

crates/bevy_animation_graph/src/nodes/blend_space_node.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/blend_space_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::core::context::SpecContext;
44
use crate::core::context::new_context::NodeContext;
55
use crate::core::edge_data::DataSpec;
66
use crate::core::errors::GraphError;
7-
use crate::nodes::blend_node::BlendSyncMode;
7+
use crate::builtin_nodes::blend_node::BlendSyncMode;
88
use crate::utils::delaunay::Triangulation;
99
use bevy::prelude::*;
1010
use serde::{Deserialize, Serialize};

crates/bevy_animation_graph/src/nodes/arithmetic/bool/const_bool.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/bool/const_bool.rs

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod const_bool;

crates/bevy_animation_graph/src/nodes/chain_node.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/chain_node.rs

File renamed without changes.

crates/bevy_animation_graph/src/nodes/clip_node.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/clip_node.rs

File renamed without changes.

crates/bevy_animation_graph/src/nodes/const_entity_path.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/const_entity_path.rs

File renamed without changes.

crates/bevy_animation_graph/src/nodes/const_ragdoll_config.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/const_ragdoll_config.rs

File renamed without changes.

crates/bevy_animation_graph/src/nodes/dummy_node.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/dummy_node.rs

File renamed without changes.

crates/bevy_animation_graph/src/nodes/event_markup_node.rs renamed to crates/bevy_animation_graph/src/builtin_nodes/event_markup_node.rs

File renamed without changes.

0 commit comments

Comments
 (0)