Guthrie Adams
5900b9a55f
Merge pull request #3314 from aws-lumberyard-dev/Atom/guthadam/atomtools_fix_multiple_app_instances
...
AtomTools: fix multiple material editor processes launching
2021-08-19 16:27:31 -05:00
Guthrie Adams
dc6bfd8500
Merge pull request #3278 from aws-lumberyard-dev/Atom/guthadam/atomtools_wrapping_status_message_functions
...
AtomTools: added status message helper functions
2021-08-19 16:24:17 -05:00
Esteban Papp
f8e99cd7dd
Merge branch 'development' into cmake/SPEC-2513_w4244
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Code/Editor/CryEditDoc.cpp
# Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.cpp
# Gems/Atom/Feature/Common/Code/Source/PostProcessing/BlendColorGradingLutsPass.cpp
# Gems/PhysXDebug/Code/Source/SystemComponent.cpp
2021-08-19 08:53:41 -07:00
hultonha
80e08dd947
Fix issue with mouse input for viewport camera ( #3210 )
...
* fix for drift accumulating in the viewport camera
Signed-off-by: hultonha <hultonha@amazon.co.uk >
* fix typo and update how events are stored
Signed-off-by: hultonha <hultonha@amazon.co.uk >
* respond to PR feedback and fix linux and windows build issues
Signed-off-by: hultonha <hultonha@amazon.co.uk >
* fix failing unit tests in camera input
Signed-off-by: hultonha <hultonha@amazon.co.uk >
2021-08-19 09:06:24 +01:00
Guthrie Adams
4b3ce6738f
AtomTools: fix multiple material editor processes launching
...
Atom tools launch or check for the existence of a local server in order to prevent multiple application processes from running. These checks were being done far too late, after initialization and asset processing, leaving time for multiple processes to start before the server or checks. Zombie processes could start and run indefinitely without user interaction because the event loop was being entered despite the request to exit the application early.
These changes launch the server and checks immediately after the application object is constructed and exit before any other work is done if the application will not be run.
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-18 17:41:15 -05:00
Esteban Papp
1e136a02b0
Merge branch 'development' into cmake/SPEC-2513_w4244
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Code/Framework/Crcfix/crcfix.cpp
2021-08-18 12:39:24 -07:00
Esteban Papp
0c6a838c6f
fix warnigns after merge
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-17 13:22:52 -07:00
Esteban Papp
036114a5a7
Merge branch 'development' into cmake/SPEC-2513_w4244
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.cpp
2021-08-17 12:10:46 -07:00
Guthrie Adams
8ebaf10840
AtomTools: added status message helper functions
...
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-17 14:04:26 -05:00
Guthrie Adams
8f4a35b146
AtomTools: fix unused variable errors
...
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-17 13:21:13 -05:00
Guthrie Adams
c95f491635
Merge pull request #3126 from aws-lumberyard-dev/Atom/guthadam/atomtools_restore_source_control_spam_filter
...
AtomTools: restoring log message filter to ignore source control spam
2021-08-17 10:11:54 -05:00
Esteban Papp
1d4c53a777
More fixes for Gems
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-16 16:42:03 -07:00
Guthrie Adams
5169e98826
Merge branch 'development' into Atom/guthadam/atomtools_refactor_document_system
2021-08-16 18:30:49 -05:00
Esteban Papp
e9b4f48f71
more fixes, will merge fixes for w4245 and w4389
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-16 16:06:22 -07:00
Guthrie Adams
885357a6b5
AtomTools: restoring log message filter to ignore source control spam
...
Added message filter support to TraceLogger
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-14 16:58:31 -05:00
Guthrie Adams
2fa9a831b3
AtomTools: prepend asterisk to denote modified document tabs
...
Appending is standard and preferred but the tabs elide from the end (instead of middle) and cut it off
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-13 20:26:49 -05:00
Guthrie Adams
364ac51502
Removed errors from unimplemented status functions
...
Updated shader management console trace messages
Renamed document rebuild function to reopen
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-13 00:19:43 -05:00
Guthrie Adams
7172c3231e
Merge branch 'development' into Atom/guthadam/atomtools_refactor_main
2021-08-12 23:03:52 -05:00
Guthrie Adams
30fee96c43
Moved material editor document system buses and system components to atom tools framework
...
Renamed document related buses and components to have generic names
Added a base document class with default implementation from which other application specific documents can be derived to work with the document system
Added document factory function registration to the document system request bus so that each application can specify the type of document it creates
Updated all comments and messaging to only refer to documents, not materials or material documents
Updated material editor and shader management console to conform to the new buses
This will provide a first pass of a common interface for a document management system that can be shared by multiple applications
Corrected status bar message copy and paste errors
Updated all test scripts to use the new buses
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-12 22:11:18 -05:00
moudgils
c2b8542bbd
Support for refresh rate and sync interval ( #2989 )
...
* Add support for querying the refresh rate and sync interval
2021-08-12 12:07:46 -07:00
Guthrie Adams
2afd3b0959
Merge pull request #3052 from aws-lumberyard-dev/Atom/guthadam/atomtools_refactor_move_mainwindow_bus
...
AtomTools: move main window bus reflection to atom tools
2021-08-12 09:33:58 -05:00
Guthrie Adams
e0410385d5
AtomTools: fixing status bar messages
...
fixed problems with status bar messages not appearing
added status bar messages to shader management console
got rid of central widget variable and moved layout to atom tools window base class
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-11 16:38:13 -05:00
Guthrie Adams
3142367fa8
move main window bus reflection to atom tools
...
update python scripts
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-11 15:21:54 -05:00
Guthrie Adams
f1e8d37b86
holding pen for refactor
...
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-11 14:55:28 -05:00
Guthrie Adams
1c181af94e
fixing problems with document tab management
...
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-05 22:36:43 -05:00
Dayo Lawal
e507236257
Addressing requests
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-05 17:59:00 -05:00
Dayo Lawal
e8d685211b
CreateMenu/CreateTabBar
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-05 16:24:49 -05:00
Dayo Lawal
602da53ebe
Merging upstream
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-05 14:20:25 -05:00
Dayo Lawal
bf7512ebf4
Merge fix
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-05 14:07:48 -05:00
hultonha
1169c82b98
Make camera controller priority customizable ( #2826 )
...
* make 'should handle' logic customizable
Signed-off-by: hultonha <hultonha@amazon.co.uk >
* updates to get priority function
Signed-off-by: hultonha <hultonha@amazon.co.uk >
* minor comment tweak
Signed-off-by: hultonha <hultonha@amazon.co.uk >
2021-08-05 09:45:03 +01:00
Dayo Lawal
259bc3f85e
ATWindowNotificationBus and ATFactoryRequestBus
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-03 19:24:46 -05:00
Guthrie Adams
f269d222b7
Fixing issues with shader management console startup
...
Updating test scripts
Synchronizing SMC and ME application classes
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-08-03 17:07:03 -05:00
Dayo Lawal
4eacd076da
Fixing ME and ATWindowNotificationBus
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-03 15:53:20 -05:00
hultonha
7393c86416
some formatting and naming changes after PR feedback
...
Signed-off-by: hultonha <hultonha@amazon.co.uk >
2021-08-03 15:24:54 +01:00
hultonha
71a299d739
minor comment grammar fix
...
Signed-off-by: hultonha <hultonha@amazon.co.uk >
2021-08-03 13:53:34 +01:00
hultonha
86758fda35
documentation pass for modular viewport camera controller
...
Signed-off-by: hultonha <hultonha@amazon.co.uk >
2021-08-03 13:44:21 +01:00
Dayo Lawal
2ed07c2a6a
delete MEWindowsRequestBus
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-02 23:09:28 -05:00
Dayo Lawal
63ed78d267
status_bar
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-02 17:27:26 -05:00
Dayo Lawal
58ff2d8cab
AtomToolsMainWindowRequestBus
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-02 14:59:45 -05:00
Dayo Lawal
8eb9205711
AtomToolsMainWindow
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-08-02 00:34:43 -05:00
Guthrie Adams
4465b52de5
AtomToolsApplication minor comments/formatting
...
Signed-off-by: Guthrie Adams <guthadam@amazon.com >
2021-07-29 09:13:49 -05:00
Dayo Lawal
3cd40b151e
Merge remote-tracking branch 'upstream/development' into atomToolsApplication
2021-07-28 11:47:47 -05:00
Dayo Lawal
4b0527c07f
Moving comments
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-27 13:42:48 -05:00
Dayo Lawal
5cb001dffd
More fixes
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-27 12:51:38 -05:00
Dayo Lawal
06b3f7d964
Undoing adding reflect and adding target names to functions
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-27 12:18:12 -05:00
Dayo Lawal
485f6338ac
CreateReflectionManager()
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-27 02:19:26 -05:00
Dayo Lawal
61038ccd03
Reflect()
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-27 02:09:45 -05:00
Dayo Lawal
4b97a416a3
GetCriticalAssetFilters()
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-27 02:06:33 -05:00
Dayo Lawal
4baea40a75
Reflect() fix
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-26 17:48:22 -05:00
Dayo Lawal
7122f1b761
More refractoring
...
Signed-off-by: Dayo Lawal <lawalfua@amazon.com >
2021-07-26 17:41:10 -05:00