Skip to content

Commit aef763d

Browse files
committed
working editor and de/ser with uuid node ids, examples still all broken
1 parent 9dea182 commit aef763d

14 files changed

Lines changed: 957 additions & 1033 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
(
2+
nodes: [
3+
(
4+
id: "2e5e0717-5606-4eeb-b282-cc4df511da7a",
5+
name: "test node",
6+
inner: {
7+
"bevy_animation_graph::nodes::arithmetic::bool::const_bool::ConstBool": (
8+
constant: true,
9+
),
10+
},
11+
),
12+
],
13+
edges_inverted: {},
14+
default_parameters: {},
15+
input_times: {},
16+
output_parameters: {},
17+
output_time: None,
18+
extra: (
19+
node_positions: {
20+
"2e5e0717-5606-4eeb-b282-cc4df511da7a": (243.07422, 250.375),
21+
},
22+
input_position: (33.546875, 247.67969),
23+
output_position: (533.64844, 254.34375),
24+
input_param_order: {},
25+
input_time_order: {},
26+
output_data_order: {},
27+
output_pose_order: {},
28+
),
29+
)

0 commit comments

Comments
 (0)