Geometry Nodes: enable multi-threading in evaluator again

This reverts rB223c6e1ead2940a89465ff66765d16ac14a992b7
because T88598 is resolved now.
This commit is contained in:
Jacques Lucke 2021-06-08 10:43:57 +02:00
parent ed1fc9d96b
commit 933c2cffd6
1 changed files with 1 additions and 2 deletions

View File

@ -380,8 +380,7 @@ class GeometryNodesEvaluator {
void execute()
{
/* Disable threading until T88598 is resolved. */
task_pool_ = BLI_task_pool_create_no_threads(this);
task_pool_ = BLI_task_pool_create(this, TASK_PRIORITY_HIGH, TASK_ISOLATION_OFF);
this->create_states_for_reachable_nodes();
this->forward_group_inputs();