Page MenuHome

Fix T61226: Make hair editing (more?) thread safe
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Mar 18 2019, 11:50 AM.

Details

Summary

This replaces the global PEData->dist with a thread local variable
that is passed into the callback functions separately.

There are two new function types which have Hit in the name.
Those take the distance to the mouse as an additional parameter.

Diff Detail

Repository
rB Blender

Event Timeline

This revision is now accepted and ready to land.Mar 18 2019, 12:18 PM
This revision was automatically updated to reflect the committed changes.