We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626dcc commit e119645Copy full SHA for e119645
Changes
@@ -1,3 +1,16 @@
1
+# 8.1.0
2
+
3
+#### IECore
4
5
+- Fixed cropping bug in CameraController::setResolution
6
+- Fixed bug with SceneCache animated object topology.
7
8
+#### IECoreMaya
9
10
+- Added create locator functionality to SceneShapes
11
+- Moved create locator methods from ProceduralHolderUI to FnProceduralHolder
12
+- SceneShapes support queries to double attributes
13
14
# 8.0.0
15
16
#### IECore
SConstruct
@@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
51
SConsignFile()
52
53
ieCoreMajorVersion=8
54
-ieCoreMinorVersion=0
+ieCoreMinorVersion=1
55
ieCorePatchVersion=0
56
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
0 commit comments