From a56abc1e0fb9af3ecd6c4652ac5da440bf0f4cb6 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Tue, 24 Feb 2015 11:55:20 -0800 Subject: [PATCH] Updated Changes --- Changes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changes b/Changes index 9057cbc0cbd..8bcef3e2f9e 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,8 @@ Core means that colours and descriptions set via the UIEditor will be transferred onto any Reference nodes which load the exported reference (#1171). +- Added "-threads" command line argument to Gaffer.Application +- Fixed "gaffer execute" error handling Cortex ----------------------------------------------------------------------- @@ -24,6 +26,12 @@ Cortex - Documented all nodes and plugs. +Scene +----------------------------------------------------------------------- + +- Added hack for controlling TBB concurrency from SceneProcedural + - Using the GAFFERSCENE_SCENEPROCEDURAL_THREADS environment variable + RenderMan ----------------------------------------------------------------------- @@ -61,6 +69,7 @@ API - Added isSetToDefault() method. - Made CompoundDataPlug::addMember() set default value for name plug (#935). +- Added Python bindings for tbb::task_scheduler_init Incompatibilities -----------------------------------------------------------------------