From c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 19 Apr 2020 17:19:32 -0400 Subject: Inital commit --- .../Documentation~/wf_conv_infinite.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/wf_conv_infinite.md (limited to 'Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/wf_conv_infinite.md') diff --git a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/wf_conv_infinite.md b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/wf_conv_infinite.md new file mode 100644 index 0000000..2939448 --- /dev/null +++ b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/wf_conv_infinite.md @@ -0,0 +1,16 @@ +# Converting an Infinite clip to an Animation clip + +An Infinite clip appears as a dope sheet. An Infinite clip cannot be positioned, trimmed, or split because it does not have a defined duration. To position, trim, split, or perform other clip manipulations on an Infinite clip, you must first convert it to an Animation clip. You cannot convert an Animation clip back to an Infinite clip. + +To convert an Infinite clip to an Animation clip, click the Track menu icon and select **Convert to Clip Track**: + +![The Track menu (circled) converts an Infinite clip to an Animation clip.](images/timeline_workflow_recorded_clip_track_menu.png) + +_The Track menu (circled) converts an Infinite clip to an Animation clip._ + +You can also right-click the track and select **Convert to Clip Track** from the context menu. The Track menu and context menu are the same. + +![An Infinite clip after it has been converted to an Animation clip](images/timeline_workflow_converted_clip.png) + +_An infinite clip after it has been converted to an Animation clip_ + -- cgit v1.2.3