From 82d769c79f5e18b5b33030c188e3b2b93f9a346b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Feb 2008 22:23:21 +0000 Subject: automatic threads, next to the Threads button, so you can set threads to use whatever the system has, useful in the studio with 2,4,8 core systems when sharing files. --- source/blender/makesdna/DNA_scene_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 7a577d22685..39e27667645 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -573,8 +573,9 @@ typedef struct Scene { #define R_GAUSS 0x20000 /* fbuf obsolete... */ #define R_FBUF 0x40000 - /* threads obsolete... is there for old files */ -#define R_THREADS 0x80000 + /* threads obsolete... is there for old files, now use for autodetect threads */ +#define R_THREADS 0x80000 + #define R_SPEED 0x100000 #define R_SSS 0x200000 #define R_NO_OVERWRITE 0x400000 /* skip existing files */ -- cgit v1.2.3