Add keyframes editor to proxy keyframes from subtracks on object track

#519
This commit is contained in:
Wojtek Figat
2021-09-03 12:32:33 +02:00
parent 6dcc9f85c6
commit d19d0ef0e5
21 changed files with 648 additions and 49 deletions

View File

@@ -728,7 +728,7 @@ namespace FlaxEditor.GUI.Timeline.Tracks
/// <inheritdoc />
public CameraCutTrack(ref TrackCreateOptions options)
: base(ref options)
: base(ref options, false)
{
Height = CameraCutThumbnailRenderer.Height + 8;