Skip to content

Commit

Permalink
Wrapper : Remove LC_NUMERIC override
Browse files Browse the repository at this point in the history
This was only needed to workaround an OpenColorIO bug that was fixed in OCIO 2.1.1.
  • Loading branch information
johnhaddon committed Feb 6, 2023
1 parent 2a17542 commit e323014
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Fixes
- Fixed handling of colour array parameters.
- Layouts : Fixed bug applying window size and position from saved layouts (#5042).

Breaking Changes
----------------

- Locale : Removed `LC_NUMERIC=C` environment variable assignment from wrapper. This was a workaround for an OpenColorIO bug that has since been fixed.

[^1]: Changes inherited from 1.x. Can be omitted from the release notes for the final release of 1.2.
[^2]: Changes made to features introduced in 1.2.0.0ax. Can be omitted from the release notes for the final release of 1.2.

Expand Down
6 changes: 0 additions & 6 deletions bin/gaffer
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ if [[ $1 == -psn_0_* ]] ; then
shift
fi

# Work around OCIO bug that causes parsing to fail for certain locales.
# See https://github.com/imageworks/OpenColorIO/issues/297
##########################################################################

export LC_NUMERIC=C

# Find where this script is located, resolving any symlinks that were used
# to invoke it. Set GAFFER_ROOT based on the script location.
##########################################################################
Expand Down

0 comments on commit e323014

Please sign in to comment.