Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-02-20 01:23:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-20 01:23:21 +0300
commit82d769c79f5e18b5b33030c188e3b2b93f9a346b (patch)
tree688cf07fed8e67cdc247bc0c8f23042a56761e0f /source/blender/makesdna/DNA_scene_types.h
parent190a35f690b1048a32547a4cb0de369e3f7dde4b (diff)
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.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h5
1 files changed, 3 insertions, 2 deletions
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 */