From cefe329ca29869e0ee980cb49c95f0f2bf68d08c Mon Sep 17 00:00:00 2001 From: John Haddon Date: Tue, 20 Dec 2022 09:20:16 +0000 Subject: [PATCH] Bump version to 1.2.0.0a1 and update Changes.md --- Changes.md | 7 ++++--- SConstruct | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Changes.md b/Changes.md index aa2208ba04b..eba1781716f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,5 @@ -1.x.x.x -======= +1.2.0.0a1 +========= This version enables Cycles support by default, as we believe we have made sufficient progress to allow wider testing. We may continue to make behaviour-changing updates if necessary though, so support is not yet considered final. @@ -8,6 +8,7 @@ This version enables Cycles support by default, as we believe we have made suffi Features -------- +- Windows : Added official builds for Windows. - Mute/Solo : Added the ability to mute and solo lights. - A light can be muted by setting the `light:mute` attribute. If that attribute is not present, the light will not be muted. - One or more lights can be enabled exclusively via membership in the `soloLights` set. If that set has one or more members, only the lights in that set will emit. If the set is empty, all lights emit according to their mute state. If a light is both muted and in the `soloLights` set, it will emit. @@ -94,7 +95,7 @@ Breaking Changes - StringPlug : `setValue( std::filesystem::path & )` now uses `path.generic_string()` for the value, whereas before an automatic conversion would have used `path.string()` (the native string). - Dispatcher : the `jobDirectory()` Python binding now returns a `pathlib.Path`, or `None` if it is empty. - Context::EditableScope, ImagePlug::ChannelDataScope, ScenePlug::PathScope/SetScope : Removed deprecated functions which don't take pointers and require duplicating data. -- ViewportGadget::gadgetsAt : Removed deprecated signature. +- ViewportGadget : Removed deprecated `gadgetsAt()` signature. Build ----- diff --git a/SConstruct b/SConstruct index 5a332926722..d22686601c3 100644 --- a/SConstruct +++ b/SConstruct @@ -60,7 +60,7 @@ gafferMilestoneVersion = 1 # for announcing major milestones - may contain all o gafferMajorVersion = 2 # backwards-incompatible changes gafferMinorVersion = 0 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes -gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. +gafferVersionSuffix = "a1" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining # whether or not a change is backwards-compatible @@ -1255,7 +1255,7 @@ libraries = { "cycles_session", "cycles_scene", "cycles_graph", "cycles_bvh", "cycles_device", "cycles_kernel", "cycles_kernel_osl", "cycles_integrator", "cycles_util", "cycles_subd", "extern_sky", "OpenImageIO$OIIO_LIB_SUFFIX", "OpenImageIO_Util$OIIO_LIB_SUFFIX", "oslexec$OSL_LIB_SUFFIX", "openvdb$VDB_LIB_SUFFIX", - "oslquery$OSL_LIB_SUFFIX", "Alembic", "osdCPU", "OpenColorIO$OCIO_LIB_SUFFIX", "embree3", "Iex", + "oslquery$OSL_LIB_SUFFIX", "Alembic", "osdCPU", "OpenColorIO$OCIO_LIB_SUFFIX", "embree3", "Iex", ], "CXXFLAGS" : [ systemIncludeArgument, "$CYCLES_ROOT/include" ], "CPPDEFINES" : [