You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzToolsFramework/AzToolsFramework/API
Tom Hulton-Harrop d065eb9498
Initial improvements to fix viewport icon selection and draw order (#6284)
* wip fixes for entity viewport icons displaying in the correct order and handling selection correctly

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add additional comment about z value

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* move manual sorting and some small tidy-up

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update comment

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates following initial round of PR feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* additional changes to support tests for entity icon intersection

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add support to enable/disable icons separately from helpers

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* final tests added and small tidy-up to display EntityId correctly

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update some manipulator test framework calls after utility functions were moved

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix for implicit cast

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* move icon scale values to AZ_CVARS

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix failing tests caught in AR and update some naming conventions for tests

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update naming convention for members of ProjectedViewportRay

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update other references to ProjectedViewportRay

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update more references to ProjectedViewportRay change

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update menus for python tests

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>
4 years ago
..
AssetDatabaseBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ComponentEntityObjectBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ComponentEntitySelectionBus.h Preparatory work to allow for more viewport integration tests (#3961) 4 years ago
ComponentModeCollectionInterface.h Address PR comments. 4 years ago
EditorAnimationSystemRequestBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorAssetSystemAPI.h Update the FileIO Aliases (#4186) 4 years ago
EditorCameraBus.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorCameraBus.h Add an Orthogonal Projection option to the Camera Gem (#2414) 5 years ago
EditorEntityAPI.h Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
EditorLevelNotificationBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPythonConsoleBus.h PythonProxyNotificationHandler::OnEventGenericHook acquires the Python GIL before executing (#3904) 4 years ago
EditorPythonRunnerRequestsBus.h (Continuation) Implemented automation paralellization & standarization (#1718) 5 years ago
EditorPythonScriptNotificationsBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorVegetationRequestsBus.h Cry Legacy: the Lessening (#5961) 4 years ago
EditorViewportIconDisplayInterface.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorWindowRequestBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EntityCompositionNotificationBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EntityCompositionRequestBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EntityPropertyEditorRequestsBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PythonLoader.h Creates a deb package (#5567) 4 years ago
ToolsApplicationAPI.h Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
ViewPaneOptions.h Improvements to C++/Python tool gemplates 4 years ago
ViewportEditorModeTrackerInterface.h ViewportEditorModeInfo to ViewportEditorModeTrackerInfo. 4 years ago
ViewportEditorModeTrackerNotificationBus.cpp Address PR comments. 4 years ago
ViewportEditorModeTrackerNotificationBus.h Address PR comments. 4 years ago