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/GradientSignal/Code
mbalfour 704443ac89 Fix up incorrect autoDelete use and handling.
Several UI property handlers were incorrectly using the autoDelete feature by calling UnregisterPropertyType and deleting the pointer themselves, which caused double-delete crashes on application shutdown.  PropertyManagerComponent now gracefully handles that condition but also explicitly asserts explaining how the code should be changed, and the "known offenders" have been fixed up to use autoDelete correctly.
5 years ago
..
Include/GradientSignal Remove I3DEngine CryCommon Interface (#567) 5 years ago
Source Fix up incorrect autoDelete use and handling. 5 years ago
Tests Remove I3DEngine CryCommon Interface (#567) 5 years ago
CMakeLists.txt Remove I3DEngine CryCommon Interface (#567) 5 years ago
gradientsignal_editor_files.cmake Initial commit 5 years ago
gradientsignal_editor_shared_files.cmake Initial commit 5 years ago
gradientsignal_editor_tests_files.cmake Initial commit 5 years ago
gradientsignal_files.cmake Initial commit 5 years ago
gradientsignal_shared_files.cmake Initial commit 5 years ago
gradientsignal_tests_files.cmake Initial commit 5 years ago