Files
test/source
Hans Goudey 2946a840ad Fix: Sculpt: Avoid nested threading in undo node push
This can run into problems with missing task isolation
when thread local variables are used in iteration over nodes.
It's likely to just add overhead anyway; there should be enough
parallelism coming from the number of nodes anyway.
2024-09-14 13:01:42 -04:00
..