Commit Graph

311 Commits

Author SHA1 Message Date
Lina Halper
d4fa240f84 #ANIM: Added toolbar for preview/show ref pose
- Fixed ref pose to be edit mode

[CL 2607387 by Lina Halper in Main branch]
2015-07-01 09:36:43 -04:00
Matt Kuhlenschmidt
681f4d1c42 Fixed the section selection highlight in sequencer so that it properly matches the contour of a section
[CL 2606464 by Matt Kuhlenschmidt in Main branch]
2015-06-30 17:04:59 -04:00
Matt Kuhlenschmidt
7644d13d61 Sequencer font tweaks
[CL 2604572 by Matt Kuhlenschmidt in Main branch]
2015-06-29 15:47:59 -04:00
Max Chen
11c009868c Sequencer: Add support for track editors to customize buttons in the outliner next to the property pulldown menu.
[CL 2603218 by Max Chen in Main branch]
2015-06-26 23:36:34 -04:00
Richard Hinckley
9cca4e85d6 [UEDOC-1711] Fixed color on "previous" button in in-editor tutorials.
[CL 2599635 by Richard Hinckley in Main branch]
2015-06-24 17:26:38 -04:00
Andrew Rodham
907e5302ac Added sequencer setting to control auto-scrolling
[CL 2598942 by Andrew Rodham in Main branch]
2015-06-24 11:04:52 -04:00
Andrew Rodham
b64966720f Unified curve editor frame selected/all behaviour. All operations now operate on the currently selected keys, or the whole curve where none are selected.
Hooked up the horizontal range of the sequencer curve editor to the sequencer itself

[CL 2598716 by Andrew Rodham in Main branch]
2015-06-24 08:02:15 -04:00
Matt Kuhlenschmidt
7f518bc81e Removed usage of disabled button style which has invalid art work
[CL 2597833 by Matt Kuhlenschmidt in Main branch]
2015-06-23 16:44:41 -04:00
Jamie Dale
b36a494aeb Added support for nested collections
UETOOL-332 - Collections 2.0
UETOOL-369 - Want nested collections with collapsing

We now have version 2 collections which maintain a persistent GUID for each collection. Existing collections will be lazily updated to this version when they need to be re-saved.

This GUID is used by child collections to keep track their parents, and the collections view (as well as the quick asset management) now show a tree of collections. Collections in the main collection view tree can be re-parented via drag and drop.

Performing Content Browser searches against a given collection will also test to see if an object exists in child collections, and the asset view will now show you folder entries for child collections when viewing a parent (if folders are enabled in your Content Browser view settings).

[CL 2593321 by Jamie Dale in Main branch]
2015-06-19 07:33:02 -04:00
Mike Beach
06538d3d72 [UE-16444][UE-16915] Guarding against the use of editor-only properties in Blueprints (still allowed for things like Blutilities).
[CL 2591003 by Mike Beach in Main branch]
2015-06-17 17:37:33 -04:00
Frank Fella
ca7f7888f5 Sequencer - Add features to allow for better in-timeline editing of animations.
+ Add a toolbar button for adding additional objects to animate.
+ Add combo buttons to object binding tracks for adding additional property tracks.
+ Make the animation outliner resizable.
+ Add widgets for editing key values to the animation outliner.
+ Add buttons for navigating to previous and next keys, and for adding a key at the current time to the animation outliner.

[CL 2583673 by Frank Fella in Main branch]
2015-06-10 21:28:02 -04:00
Michael Schoell
195a942af1 Made the boolean pin in Blueprint's less subtle.
Increased the size and made it more white.

#jira UE-13946 - Difference between TRUE and FALSE far too subtle

#codereview Nick.Atamas, Nick.Whiting

[CL 2582991 by Michael Schoell in Main branch]
2015-06-10 13:38:59 -04:00
Matthew Griffin
5c024a63c5 Moved Plugins menu item under Settings/Configuration
Added WorldProperties icons back in as we want to show them in the settings sub menu now to match plugins.

UE-16205

[CL 2581017 by Matthew Griffin in Main branch]
2015-06-09 05:03:00 -04:00
Matthew Griffin
f51aa7f78c Added support URL for plugins
Removed Custom file writing code from Plugin Creator plugin as it hadn't been kept up to date with normal methods and did not write all properties

Also noticed two strings in plugin tile used the same key, allowed documentation and support to preview URL as well

UE-16203

[CL 2579743 by Matthew Griffin in Main branch]
2015-06-08 04:49:29 -04:00
Richard TalbotWatkin
ef63e1547e Added custom StyleSet to Collision Analyzer to remove dependency on EditorStyleSet (so that it can be used in non-editor developer builds).
#jira UE-15171 - The Collision Analyzer window does not render correctly if it is opened from the console anywhere other than when in PIE mode using the selected viewport.

[CL 2572304 by Richard TalbotWatkin in Main branch]
2015-06-01 05:58:30 -04:00
Andrew Rodham
9f2934acd6 Added support for unit-based numeric math expressions in unit based numeric input boxes
This addresses UE-13765 and UE-13443

[CL 2572301 by Andrew Rodham in Main branch]
2015-06-01 05:56:14 -04:00
Jamie Dale
23592d149c Converted FUIAction to use ECheckBoxState when reporting its check state
There are now overloads to FUIAction that take a FGetActionCheckState delegate which is able to return any of the entries from ECheckBoxState. FIsActionChecked still exists for backwards compatibility, and converts the returned bool into a ECheckBoxState via a passthrough function.

#codereview Matt.Kuhlenschmidt

[CL 2570717 by Jamie Dale in Main branch]
2015-05-29 12:57:25 -04:00
Andrew Rodham
979f38dec3 Backing out 2570293, 2570323 and 2570324 while we get it compiling on Xbox
[CL 2570358 by Andrew Rodham in Main branch]
2015-05-29 08:48:50 -04:00
Andrew Rodham
0d372116c3 Added support for unit-based numeric math expressions in unit based numeric input boxes
This addresses UE-13765 and UE-13443

[CL 2570323 by Andrew Rodham in Main branch]
2015-05-29 07:31:12 -04:00
Joe Conley
3e9bb04c00 Add "Import latest from Localization Service" button to translation editor
[CL 2569879 by Joe Conley in Main branch]
2015-05-28 21:40:23 -04:00
Saul Abreu
4049fed3e5 Updated base editor INI so that the default game localization target has English as the native culture. Added NativeCulture setting to localization archive generation commandlet settings and deprecated SourceCulture. Added logic to enable and disable localization dashboard operations if a target doesn't have native/supported foreign cultures specified. Added localization dashboard operations for refreshing word counts and compiling culture localization data where they were not consistently available.
[CL 2561996 by Saul Abreu in Main branch]
2015-05-21 22:15:36 -04:00
Jamie Dale
e0253082fb Added the ability to filter collections
UETOOL-332 - Collections 2.0
UETOOL-368 - Search to find specific collections in the folder view

[CL 2561190 by Jamie Dale in Main branch]
2015-05-21 14:47:20 -04:00
Michael Schoell
73ed6afbf3 Can change a variable's type in the MyBlueprint window by clicking on it's type icon or right clicking to toggle being an array.
#jira UE-12357 - Add ability to click var type icon to cycle the variable's type.

[CL 2559203 by Michael Schoell in Main branch]
2015-05-20 14:08:04 -04:00
James Moran
4a323bb892 Config Heirarchy button is now enable even when ini is read-only. Fix UE-14448.
[CL 2549123 by James Moran in Main branch]
2015-05-13 12:07:57 -04:00
Nick Atamas
034d041d2e Slate : Tabs now provide a content slot for TabWell background content.
Editor : Editor puts the project watermark as a badge in the TabWell background.
Project name prefix, badge color and text color can be controlled via:

EditorPerProjectUserSettings.ini:
---------------------------------
[LevelEditor]
ProjectNameWatermarkPrefix=DEV
ProjectBadgeBackgroundColor=(R=237,G=25,B=104,A=255)
ProjectBadgeTextColor=(R=0,G=0,B=0,A=255)

[CL 2533841 by Nick Atamas in Main branch]
2015-05-01 12:40:37 -04:00