summaryrefslogtreecommitdiff
path: root/createcalls.cpp
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-09-29 20:58:54 -0400
committerFox Caminiti <fox@foxcam.net>2022-09-29 20:58:54 -0400
commit3b8bd135662d99506e8a2ebb30b0d46b57861f74 (patch)
tree533884d6ada9a14e711fa70f2e4526f247cd6034 /createcalls.cpp
parent02d7df95cfc2402f0488f66f1dc5fa84cae00934 (diff)
rewritten graph ui start
Diffstat (limited to 'createcalls.cpp')
-rw-r--r--createcalls.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/createcalls.cpp b/createcalls.cpp
index 5467f18..91ae66a 100644
--- a/createcalls.cpp
+++ b/createcalls.cpp
@@ -294,6 +294,10 @@ LoadTestFootage(project_data *File, project_state *State, memory *Memory)
Source_Generate(File, State, Memory, SourceString);
Layer_CreateFromSource(File, State, Memory, &File->Source[0]);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 00, 00);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 05, 05);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 10, 10);
+ File->Layer[0]->x.IsToggled = true;
SelectLayer(File->Layer[0], State, 0);
// AddEffect(File->Layer[0], Memory, 1);
// property_channel *Property = &File->Layer[0]->x;