File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
# 8.0.0-b1
2
19
3
20
#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 8
54
54
ieCoreMinorVersion = 0
55
55
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.
57
57
58
58
###########################################################################################
59
59
# Command line options
You can’t perform that action at this time.
0 commit comments