brush settings reset button, hook crash handler on every thread, update changelog

This commit is contained in:
2019-03-13 10:08:13 +01:00
parent 5a6f6f524a
commit 3d625567aa
14 changed files with 59 additions and 10 deletions

View File

@@ -400,6 +400,7 @@ void NodePanelGrid::bake_uvs()
const auto radius = get_radius();
std::thread worker([&]
{
BT_SetTerminate();
__block float* d_pos = data_pos.get();
__block float* d_nor = data_nor.get();
__block glm::u8vec4* d_out = reinterpret_cast<glm::u8vec4*>(data_out.get());