Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 25, 2024
1 parent 221eae3 commit 042f3c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/TransitionWipe.otio
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
{
"OTIO_SCHEMA": "Transition.1",
"name": "Dissolve",
"transition_type": "HorizontalWipe",
"name": "HorizontalWipe",
"transition_type": "Toucan:HorizontalWipe",
"in_offset": {
"OTIO_SCHEMA": "RationalTime.1",
"rate": 24,
Expand Down Expand Up @@ -100,8 +100,8 @@
},
{
"OTIO_SCHEMA": "Transition.1",
"name": "Dissolve",
"transition_type": "VerticalWipe",
"name": "VerticalWipe",
"transition_type": "Toucan:VerticalWipe",
"in_offset": {
"OTIO_SCHEMA": "RationalTime.1",
"rate": 24,
Expand Down
3 changes: 2 additions & 1 deletion tests/ImageGraphTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ namespace toucan
"MultipleEffects",
"Transform",
"Transition",
"Transition2"
"Transition2",
"TransitionWipe"
};
for (const auto& otioFile : otioFiles)
{
Expand Down

0 comments on commit 042f3c5

Please sign in to comment.