blender/release/scripts/startup
Jens Verwiebe 277fb1a31f Sculpt/dyntopo: Make the omp threads configurable to overcome performance issues
- autodetect optimal default, which typically avoids HT threads
- can store setting in .blend per scene
- this does not touch general omp max threads, due i found other areas where the calculations are fitting for huge corecount
- Intel notes, some of the older generation processors with HyperThreading would not provide significant performance boost for FPU intensive applications. On those systems you might want to set OMP_NUM_THREADS = total number of cores (not total number of hardware theads).
2014-03-31 13:51:49 +02:00
..
bl_operators Fix T31598: smart UV failed for small faces 2014-03-18 01:34:14 +11:00
bl_ui Sculpt/dyntopo: Make the omp threads configurable to overcome performance issues 2014-03-31 13:51:49 +02:00
keyingsets_builtins.py More UI message i18n fixes and improvements... 2013-03-10 17:42:08 +00:00
nodeitems_builtins.py New Corner Pin node: uses explicit corner values for a plane warp transformation. 2014-03-11 14:12:08 +01:00