From 2be8b8cac94734d338532625547c5d4bf230d630 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 1 Feb 2022 19:57:51 +0300 Subject: graphics/blender: update to 3.0.0 release (+) While blender does support building with python 3.10, numpy doesn't support 3.10 yet so keep python version at 3.9 for now. Thumbnailer is now a compiled app instead of py script. Add options for new features and some that didn't get added earlier . PR: 260308 Sponsored by: Netzkommune GmbH. --- graphics/blender/files/patch-intern_cycles_util_util__task.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 graphics/blender/files/patch-intern_cycles_util_util__task.h (limited to 'graphics/blender/files/patch-intern_cycles_util_util__task.h') diff --git a/graphics/blender/files/patch-intern_cycles_util_util__task.h b/graphics/blender/files/patch-intern_cycles_util_util__task.h deleted file mode 100644 index 41ea4413d332..000000000000 --- a/graphics/blender/files/patch-intern_cycles_util_util__task.h +++ /dev/null @@ -1,11 +0,0 @@ ---- intern/cycles/util/util_task.h.orig 2021-01-21 08:01:04 UTC -+++ intern/cycles/util/util_task.h -@@ -61,7 +61,7 @@ class TaskPool { - void wait_work(Summary *stats = NULL); /* work and wait until all tasks are done */ - void cancel(); /* cancel all tasks and wait until they are no longer executing */ - -- bool canceled(); /* for worker threads, test if canceled */ -+ static bool canceled(); /* For worker threads, test if current task pool canceled. */ - - protected: - tbb::task_group tbb_group; -- cgit v1.2.3