overte/libraries/hfm/src/hfm
Anthony J. Thibault 98fe059d97 Fix blender::run crash
Pass a shared_ptr of the HFMModel to the Blender.  This will prevent the HFMModel
from being destroyed on the main thread if an Avatar changes their skeletonModelURL.

Also the _blendshapeOffset hash in Model has been eliminated, it was not necessary and
was also a source of data races.

The body of Blender::run has been updated slightly to reduce the number of allocation necessary for temporary QVectors.
2019-05-16 13:12:16 -07:00
..
HFM.cpp Fix comparison warning 2019-04-08 11:24:59 -07:00
HFM.h Fix blender::run crash 2019-05-16 13:12:16 -07:00
HFMFormatRegistry.cpp Nest if statement for invalid id checking in hfm::FormatRegistry::getSerializerForMediaType 2018-12-10 16:18:11 -08:00
HFMFormatRegistry.h Simplify serializer registration process 2018-12-07 12:05:27 -08:00
HFMSerializer.h quiet build warnings 2019-01-11 15:53:49 -08:00
ModelFormatLogging.cpp
ModelFormatLogging.h
ModelFormatRegistry.cpp Fix mac warning for std::move on temporary object 2018-12-10 11:10:29 -08:00
ModelFormatRegistry.h Remove FormatSerializerRegister as it is unused 2018-12-10 09:58:59 -08:00