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+
118# 8.0.0-b1
219
320#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 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
You can’t perform that action at this time.
0 commit comments