Skip to content

Commit

Permalink
Bump version to 1.5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Mar 4, 2025
1 parent 9090366 commit 524eb6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
1.5.x.x (relative to 1.5.6.0)
1.5.x.x (relative to 1.5.7.0)
=======



1.5.7.0 (relative to 1.5.6.0)
=======

Features
Expand All @@ -10,7 +15,7 @@ Features
- Which point cloud primitive variables are promoted to user attributes can be controlled using a `gafferUSD:pointInstancerAdaptor:attributes` string attribute.
- May be disabled entirely with `GafferScene.SceneAlgo.deregisterRenderAdaptor( "USDPointInstancerAdaptor" )`.
- Viewer : Added "Expand USD Instancers" item to the Expansion menu. Defaults to on for all renderers except OpenGL.
- Instancer : Added support for prototype paths that are relative to an instancer. When using the same scene connected to both `in` and `prototypes`, this allows relocating an instancer together with its prototypes to a different location in the hierarchy. Prototype paths beginning with "./" are treated as relative, or you can set the environment variable `GAFFERSCENE_INSTANCER_EXPLICIT_ABSOLUTE_PATHS` to treat any path not beginning with "/" as relative ( this may be the default in the future ).
- Instancer : Added support for prototype paths that are relative to an instancer. When using the same scene connected to both `in` and `prototypes`, this allows relocating an instancer together with its prototypes to a different location in the hierarchy. Prototype paths beginning with "./" are treated as relative, or you can set the environment variable `GAFFERSCENE_INSTANCER_EXPLICIT_ABSOLUTE_PATHS` to treat any path not beginning with "/" as relative (this may be the default in the future).

Improvements
------------
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :

gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 5 # backwards-incompatible changes
gafferMinorVersion = 6 # new backwards-compatible features
gafferMinorVersion = 7 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.

Expand Down

0 comments on commit 524eb6f

Please sign in to comment.