Commit 5d4466b 1 parent 8cffc85 commit 5d4466b Copy full SHA for 5d4466b
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- 10.4.x.x (relative to 10.4.1.0)
1
+ 10.4.1.1 (relative to 10.4.1.0)
2
2
========
3
3
4
4
Fixes
5
5
-----
6
6
7
+ - AlembicScene : Fixed hash for animated visibility attribute (#1295).
8
+ - Font : Fixed crashes caused by negative `char` values (#1291).
7
9
- IECoreMaya : Fixed erroneous display of hidden locations in VP2 (#1290).
8
10
- IECoreMaya : Updated SceneShape drawing to respect ancestral visibility overrides (#1290).
9
11
- IECoreMaya : Fixed SceneShape isolate selection in maya (#1290).
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SConsignFile()
57
57
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
58
58
ieCoreMajorVersion = 4 # backwards-incompatible changes
59
59
ieCoreMinorVersion = 1 # new backwards-compatible features
60
- ieCorePatchVersion = 0 # bug fixes
60
+ ieCorePatchVersion = 1 # bug fixes
61
61
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
62
62
63
63
###########################################################################################
You can’t perform that action at this time.
0 commit comments