|
Review(s): OCIOCDLTransform reverse option and others
First is some minor doc changes: https://github.com/imageworks/OpenColorIO/pull/100 Second is a reverse checkbox for the OCIOCDLTransform node, and a "select cccid" button for the OCIOFileTransform (a
First is some minor doc changes: https://github.com/imageworks/OpenColorIO/pull/100 Second is a reverse checkbox for the OCIOCDLTransform node, and a "select cccid" button for the OCIOFileTransform (a
|
By
dbr/Ben
·
|
|
Review: Nuke OCIOColorSpace
https://github.com/imageworks/OpenColorIO/pull/102 OCIOColorSpace node now supports context overrides. Also, a few additional code cleanups. -- Jeremy
https://github.com/imageworks/OpenColorIO/pull/102 OCIOColorSpace node now supports context overrides. Also, a few additional code cleanups. -- Jeremy
|
By
Jeremy Selan
·
|
|
Added support for .vf luts
https://github.com/imageworks/OpenColorIO/pull/103 Addresses issue #31
https://github.com/imageworks/OpenColorIO/pull/103 Addresses issue #31
|
By
Jeremy Selan
·
|
|
OCIO 0.7.9 / 0.8.0 Released
The time is ripe to lock off on a stable 0.8 release. (We've actually been avoiding ABI breaks for awhile now, this should be anti-climactic). New features / bug fixes will continue to be welcome in 0
The time is ripe to lock off on a stable 0.8 release. (We've actually been avoiding ABI breaks for awhile now, this should be anti-climactic). New features / bug fixes will continue to be welcome in 0
|
By
Jeremy Selan
·
|
|
Review: boost_ptr convenience fix
https://github.com/imageworks/OpenColorIO/pull/105 When using the boost_ptr compatibility mode, previously clients would need to know which option was used and to compile with the same #define setting
https://github.com/imageworks/OpenColorIO/pull/105 When using the boost_ptr compatibility mode, previously clients would need to know which option was used and to compile with the same #define setting
|
By
Jeremy Selan
·
|
|
Review: Mari / OCIO Examples
https://github.com/imageworks/OpenColorIO/pull/106 This adds two examples demonstration an integration between OpenColorIO and Mari (Foundry's texture painting app). This is very much a work in progre
https://github.com/imageworks/OpenColorIO/pull/106 This adds two examples demonstration an integration between OpenColorIO and Mari (Foundry's texture painting app). This is very much a work in progre
|
By
Jeremy Selan
·
|
|
ociobakelut clamps tops?
Hey guys, I'm trying to use ociobakelut to bake out a .csp lut. I'm using the latest opencolorio (0.8.0), but getting weird results. It clamps the tops, details in the bright areas are completely gone
Hey guys, I'm trying to use ociobakelut to bake out a .csp lut. I'm using the latest opencolorio (0.8.0), but getting weird results. It clamps the tops, details in the bright areas are completely gone
|
By
Oliver Farkas
·
|
|
ociobakelut clamps tops?
8 messages
Hmmm, Oliver - could you email be your jp_lin2log.lut (directly)? I'd like to re-create this on my end. Dont worry about the Kodak cube lut, I can use one of my own there instead. One thing I notice,
Hmmm, Oliver - could you email be your jp_lin2log.lut (directly)? I'd like to re-create this on my end. Dont worry about the Kodak cube lut, I can use one of my own there instead. One thing I notice,
|
By
Jeremy Selan
·
|
|
Review: FileFormat registry refactor
https://github.com/imageworks/OpenColorIO/pull/111 FileFormat registry refactor The registration mechanism is now less fragile, using the 'construct on first use' approach rather than relying on stati
https://github.com/imageworks/OpenColorIO/pull/111 FileFormat registry refactor The registration mechanism is now less fragile, using the 'construct on first use' approach rather than relying on stati
|
By
Jeremy Selan
·
|
|
OCIO 0.8.1 Released
Version 0.8.1 (May 9 2011): * New roles: TEXTURE_PAINT + MATTE_PAINT * Mari API Example (src/mari) * FileFormat registry updated to allow Windows + Debug support * boost_ptr build compatibility option
Version 0.8.1 (May 9 2011): * New roles: TEXTURE_PAINT + MATTE_PAINT * Mari API Example (src/mari) * FileFormat registry updated to allow Windows + Debug support * boost_ptr build compatibility option
|
By
Jeremy Selan
·
|
|
Review: Added OCIO_VERSION_HEX to public header for easy version comparison
https://github.com/imageworks/OpenColorIO/pull/112 This exposes a single 4-byte hex number, e.g. 0x01050200 == 1.5.2 Use this for numeric comparisons, e.g. #if OCIO_VERSION_HEX >= ... Note: in the cas
https://github.com/imageworks/OpenColorIO/pull/112 This exposes a single 4-byte hex number, e.g. 0x01050200 == 1.5.2 Use this for numeric comparisons, e.g. #if OCIO_VERSION_HEX >= ... Note: in the cas
|
By
Jeremy Selan
·
|
|
Review: misc python updates
https://github.com/imageworks/OpenColorIO/pull/114 * PyColorSapce supports kwarg initialization * Exposed ClearAllCaches to python -- Jeremy
https://github.com/imageworks/OpenColorIO/pull/114 * PyColorSapce supports kwarg initialization * Exposed ClearAllCaches to python -- Jeremy
|
By
Jeremy Selan
·
|
|
Review: Windows Support Bugfixes
https://github.com/imageworks/OpenColorIO/pull/117 Added a bunch of windows build fixes. Thanks to the Foundry for providing this hitlist. Biggest change of note is the updated from yaml-r423 to yaml-
https://github.com/imageworks/OpenColorIO/pull/117 Added a bunch of windows build fixes. Thanks to the Foundry for providing this hitlist. Biggest change of note is the updated from yaml-r423 to yaml-
|
By
Jeremy Selan
·
|
|
Yaml-cpp version / windows build
3 messages
FYI, The Foundry has successfully gotten OCIO working on Windows, but it required bumping up to the latest stable yaml-cpp version. So just a heads up, that library version will be changing soon. (alo
FYI, The Foundry has successfully gotten OCIO working on Windows, but it required bumping up to the latest stable yaml-cpp version. So just a heads up, that library version will be changing soon. (alo
|
By
Jeremy Selan
·
|
|
External Dependencies
7 messages
Folks, I've been trying to get OCIO compiled for the iPad (think siggraph tech demo), and I've been having a very hard time getting the XCode cmake exporter to generate a working project. I've followe
Folks, I've been trying to get OCIO compiled for the iPad (think siggraph tech demo), and I've been having a very hard time getting the XCode cmake exporter to generate a working project. I've followe
|
By
Jeremy Selan
·
|
|
Review: Refactored baker code to allow for more advanced lut output
6 messages
https://github.com/imageworks/OpenColorIO/pull/116 This addresses oliver's bug where an HDR lin -> Dreamcolor ociobakelut command was clipping the highlights. After this fix, you can get a proper outp
https://github.com/imageworks/OpenColorIO/pull/116 This addresses oliver's bug where an HDR lin -> Dreamcolor ociobakelut command was clipping the highlights. After this fix, you can get a proper outp
|
By
Jeremy Selan
·
|
|
Review: First pass at a iPhone cross compile toolchain.
https://github.com/imageworks/OpenColorIO/pull/119 First pass at a iPhone cross compile toolchain. eg cmake -DCMAKE_TOOLCHAIN_FILE=../share/cmake/iPhone-toolchain.cmake .. It compiles but I don't have
https://github.com/imageworks/OpenColorIO/pull/119 First pass at a iPhone cross compile toolchain. eg cmake -DCMAKE_TOOLCHAIN_FILE=../share/cmake/iPhone-toolchain.cmake .. It compiles but I don't have
|
By
Malcolm Humphreys
·
|
|
[OpenColorIO] First pass at a iPhone cross compile toolchain. (#119)
Forwarding reply to ocio-dev, not sure if there's another way to send out the zip* https://github.com/imageworks/OpenColorIO/pull/119 -- Jeremy * The zip is only 19K so spamming ocio-dev seems fine in
Forwarding reply to ocio-dev, not sure if there's another way to send out the zip* https://github.com/imageworks/OpenColorIO/pull/119 -- Jeremy * The zip is only 19K so spamming ocio-dev seems fine in
|
By
Jeremy Selan
·
|
|
Review: Lut1D/3D ops dont crash on nans
https://github.com/imageworks/OpenColorIO/pull/122 The lut1d/3d ops would crash if applied to images with nan values. Now, nan values are preserved. Further work needs to be done to unify handling of
https://github.com/imageworks/OpenColorIO/pull/122 The lut1d/3d ops would crash if applied to images with nan values. Now, nan values are preserved. Further work needs to be done to unify handling of
|
By
Jeremy Selan
·
|
|
Review: bugfix: pyglue: Fixed bug in error handling for invalid argument checking
Pull Request: https://github.com/imageworks/OpenColorIO/pull/123 Issue: https://github.com/imageworks/OpenColorIO/issues/121 Fixes Error handling in python glue for pyprocessor: processor.applyRGBA(1)
Pull Request: https://github.com/imageworks/OpenColorIO/pull/123 Issue: https://github.com/imageworks/OpenColorIO/issues/121 Fixes Error handling in python glue for pyprocessor: processor.applyRGBA(1)
|
By
Jeremy Selan
·
|