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/Gems/Atom/Tools/AtomToolsFramework/Code/Source
Guthrie Adams 66c25f3a02 Making sure that all capture requests are cleaned up before the preview renderer gets destroyed
A request was captured and held onto to by a lambda that was not getting cleared before the system was destroyed
This caused an entity to be destroyed late, accessing the culling system that was already torn down
Solution is to only store the success and failure callbacks inside of the attachment pass read back callback lambda so the rest of the content can be released

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
4 years ago
..
Application Update the FileIO Aliases (#4186) 4 years ago
Communication Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Debug Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Document Updated the naming convention for material property "names" vs "IDs". 4 years ago
DynamicProperty Updated the naming convention for material property "names" vs "IDs". 4 years ago
Inspector Merge branch 'development' into Atom/guthadam/material_editor_replace_modified_color_with_indicator 4 years ago
PreviewRenderer Making sure that all capture requests are cleaned up before the preview renderer gets destroyed 4 years ago
Util Merge branch 'development' into Atom/guthadam/material_editor_replace_modified_color_with_indicator 4 years ago
Viewport Fix camera drift issues (#4576) 4 years ago
Window restored view menu entries for dock widgets 4 years ago
AtomToolsFrameworkModule.cpp Moved material editor document system buses and system components to atom tools framework 4 years ago
AtomToolsFrameworkModule.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AtomToolsFrameworkSystemComponent.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AtomToolsFrameworkSystemComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago