-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ARRI contributions to OCIO-ACES CLFs (#54)
* add ARRI contributions to OCIO-ACES CLFs Signed-off-by: scoopxyz <[email protected]> * address CI tests Signed-off-by: scoopxyz <[email protected]> * add module to avoid name collision Signed-off-by: scoopxyz <[email protected]> * implement black style change Signed-off-by: scoopxyz <[email protected]> * address Joseph's PR comments, fix EI string formatting Signed-off-by: scoopxyz <[email protected]> * update ARRI CLF generation to latest programming conventions Signed-off-by: Sean Cooper <[email protected]> * update CLF generation code to include ARRI transforms Signed-off-by: Sean Cooper <[email protected]> * update doctests Signed-off-by: Sean Cooper <[email protected]> * address PR notes Signed-off-by: Sean Cooper <[email protected]> * address PR notes, change transform generator function signature Signed-off-by: Sean Cooper <[email protected]> Signed-off-by: scoopxyz <[email protected]> Signed-off-by: Sean Cooper <[email protected]>
- Loading branch information
Showing
11 changed files
with
552 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright Contributors to the OpenColorIO Project. | ||
|
||
from .generate import generate_clf_arri | ||
|
||
__all__ = [ | ||
"generate_clf_arri", | ||
] |
Oops, something went wrong.