[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50140] branches/soc-2011-tomato/source/ blender/compositor/COM_defines.h: nothread was committed to tomato by accident

Campbell Barton ideasman42 at gmail.com
Thu Aug 23 08:40:20 CEST 2012


Revision: 50140
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50140
Author:   campbellbarton
Date:     2012-08-23 06:40:19 +0000 (Thu, 23 Aug 2012)
Log Message:
-----------
nothread was committed to tomato by accident

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/compositor/COM_defines.h

Modified: branches/soc-2011-tomato/source/blender/compositor/COM_defines.h
===================================================================
--- branches/soc-2011-tomato/source/blender/compositor/COM_defines.h	2012-08-23 06:32:51 UTC (rev 50139)
+++ branches/soc-2011-tomato/source/blender/compositor/COM_defines.h	2012-08-23 06:40:19 UTC (rev 50140)
@@ -84,7 +84,7 @@
 /**
  * COM_CURRENT_THREADING_MODEL can be one of the above, COM_TM_QUEUE is currently default.
  */
-#define COM_CURRENT_THREADING_MODEL COM_TM_NOTHREAD
+#define COM_CURRENT_THREADING_MODEL COM_TM_QUEUE
 // chunk order
 /**
  * @brief The order of chunks to be scheduled




More information about the Bf-blender-cvs mailing list