Skip to content

Commit 7c10c0b

Browse files
committed
Updated version and changes
1 parent fe78f8f commit 7c10c0b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Changes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 8.0.0-b2
2+
3+
#### IECore
4+
5+
- WarpOp has a new BoundMode parameter, options are Clamp (previous behaviour) or SetToBlack.
6+
- ImageDiffOp has a new option to offset display windows of the same size to be aligned before comparison.
7+
- Added support to the LensDistortOp for images with offset display window.
8+
- Fixed LensDistortOp bug with non-symmetric distortions.
9+
10+
#### IECoreHoudini
11+
12+
- Added BoundingBox and PointCloud GeometryType options to SceneCache nodes
13+
- Added AttributeCopy parm to SceneCache SOP. This is used to duplicate attributes before loading to Houdini.
14+
- Exposed SceneCache OBJ parameters to override the transform values coming from disk (Transform tab)
15+
- Moved SceneCache OBJ Push button along with all geometry loading parms to the new Options tab
16+
- Improved performance of SceneCache SOP (Up to 5x faster on a 1500 shapes, 3 million polys asset)
17+
118
# 8.0.0-b1
219

320
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="b1" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="b2" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)