File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- 10.6.x.x (relative to 10.6.0.0a1 )
1+ 10.6.x.x (relative to 10.6.0.0 )
22========
33
4- Improvements
5- ------------
64
7- - RefCounted, RunTimeTyped : Inlined constructor and destructor.
85
9- Breaking Changes
10- ----------------
6+ 10.6.0.0 (relative to 10.5.15.2)
7+ ========
118
12- - SmoothSkinningData : Removed, along with all associated Ops and Parameters.
9+ Improvements
10+ ------------
1311
14- 10.6.0.0a1 (relative to 10.5.15.1)
15- ==========
12+ - RefCounted, RunTimeTyped : Inlined constructor and destructor.
1613
1714Fixes
1815-----
@@ -36,6 +33,7 @@ Breaking Changes
3633- IECoreMaya : Removed.
3734- IECoreNuke : Removed.
3835- Removed support for `IECORE_RTLD_GLOBAL` environment variable.
36+ - SmoothSkinningData : Removed, along with all associated Ops and Parameters.
3937
403810.5.x.x (relative to 10.5.15.2)
4139========
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858ieCoreMajorVersion = 6 # backwards-incompatible changes
5959ieCoreMinorVersion = 0 # new backwards-compatible features
6060ieCorePatchVersion = 0 # bug fixes
61- ieCoreVersionSuffix = "a1 " # used for alpha/beta releases. Example: "a1", "b2", etc.
61+ ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
6363###########################################################################################
6464# Command line options
You can’t perform that action at this time.
0 commit comments