Matt Kuhlenschmidt
ea6db7edaf
Backend improvements to the Shot workflow in Sequencer. UI still needs improvement
...
- Creating a new shot will now create a new sub-movie scene with a shot name and number
- Refactored shot playback in the editor so that it properly sends the correct data to the level viewport being previewed
- Shot tracks are no longer considered a master track. Each movie scene has a dedicated shot track that is created if needed. Only the root movie scene shot track is updated at runtime however
[CL 2604023 by Matt Kuhlenschmidt in Main branch]
2015-06-29 11:07:33 -04:00
Matt Kuhlenschmidt
9596a57304
-Fixed a crash when deleting a track from Sequencer.
...
-Replaced return by pointer with return by reference for Sequencer selection sets.
[CL 2602666 by Matt Kuhlenschmidt in Main branch]
2015-06-26 14:40:49 -04:00
Max Chen
0a4d108408
Sequencer: Sort root nodes alphabetically.
...
[CL 2602609 by Max Chen in Main branch]
2015-06-26 14:13:25 -04:00
Frank Fella
13bec92086
Sequencer - Add an object to mange various selections in sequencer.
...
+ Add the FSequencerSelection class and move all selection functionality there.
+ Add the concept of an active selection which is used to determine what to delete when the user hits the delete key.
[CL 2524575 by Frank Fella in Main branch]
2015-04-24 13:04:32 -04:00
Saul Abreu
79a26091bf
Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
...
#codereview Steve.Robb, Robert.Manuszewski
[CL 2466824 by Saul Abreu in Main branch]
2015-03-02 15:51:37 -05:00
Saul Abreu
a2401dfada
Fixed sequencer data structures that were persisting FTexts instead of FStrings as UProperties, causing them to be gathered for localization. Ultimately they are turned into FText, but that is done at the appropriate time.
...
[CL 2449360 by Saul Abreu in Main branch]
2015-02-17 17:48:38 -05:00
Frank Fella
a68ec2ab9b
Sequencer - Add a view to sequencer which uses a curve editor to show keyframes.
...
[CL 2447276 by Frank Fella in Main branch]
2015-02-16 11:59:08 -05:00
Ben Marsh
149375b14b
Update copyright notices to 2015.
...
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Matt Kuhlenschmidt
d57a19b0f2
Moved a few Sequencer files around and refactored a bit to properly support new track types added from other modules
...
[CL 2109592 by Matt Kuhlenschmidt in Main branch]
2014-06-18 14:57:34 -04:00
Matt Kuhlenschmidt
9fbcefd1df
Fixed sequencer not opening once it has been closed (world centric bug)
...
Removed ISequencerInternals interface as it was not necessary and confusing.
[CL 2082317 by Matt Kuhlenschmidt in Main branch]
2014-05-22 16:10:01 -04:00
Tim Sweeney
324683ce78
Engine source (Main branch up to CL 2026164)
2014-03-14 14:13:41 -04:00