File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 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)
22========
33
44Fixes
55-----
66
7+ - AlembicScene : Fixed hash for animated visibility attribute (#1295).
8+ - Font : Fixed crashes caused by negative `char` values (#1291).
79- IECoreMaya : Fixed erroneous display of hidden locations in VP2 (#1290).
810- IECoreMaya : Updated SceneShape drawing to respect ancestral visibility overrides (#1290).
911- IECoreMaya : Fixed SceneShape isolate selection in maya (#1290).
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SConsignFile()
5757ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858ieCoreMajorVersion = 4 # backwards-incompatible changes
5959ieCoreMinorVersion = 1 # new backwards-compatible features
60- ieCorePatchVersion = 0 # bug fixes
60+ ieCorePatchVersion = 1 # bug fixes
6161ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
6363###########################################################################################
You can’t perform that action at this time.
0 commit comments