|
Review: removed TODO
2 messages
I've removed the TODO file internal to the codebase, in favor of the github issue tracking. (Which is really nice!) Please feel free to add any issues (bugs or features) to this list as you encounter
I've removed the TODO file internal to the codebase, in favor of the github issue tracking. (Which is really nice!) Please feel free to add any issues (bugs or features) to this list as you encounter
|
By
Jeremy Selan
·
|
|
Review: Removed CineonLogToLin Transform
CineonLogToLin was always occupying a sort of transform netherworld. It's too specific to count as 'general math', but not specific enough to be useful in many practical cases for linearizing film dat
CineonLogToLin was always occupying a sort of transform netherworld. It's too specific to count as 'general math', but not specific enough to be useful in many practical cases for linearizing film dat
|
By
Jeremy Selan
·
|
|
Review: Bugfix for Nuke LogConvert
2 messages
Nuke's OCIOLogConvert node was being applied in the wrong direction. (What was listed as log->lin was actually the opposite). Commits: b5bd0c824 Issue: http://github.com/imageworks/OpenColorIO/issues#
Nuke's OCIOLogConvert node was being applied in the wrong direction. (What was listed as log->lin was actually the opposite). Commits: b5bd0c824 Issue: http://github.com/imageworks/OpenColorIO/issues#
|
By
Jeremy Selan
·
|
|
Review: AllocationTransform
2 messages
These add a new transform type, AllocationTransform, which is useful in mapping HDR color ranges into LDR code spaces. Two options are supported: a uniform allocation, and a log-2 allocation, and the
These add a new transform type, AllocationTransform, which is useful in mapping HDR color ranges into LDR code spaces. Two options are supported: a uniform allocation, and a log-2 allocation, and the
|
By
Jeremy Selan
·
|
|
Review: Added 'pure' LogTransform
2 messages
As a pseudo-replacement for the CineonLogTransform, added LogTransform. This is the pure mathematical Log operator, with a user configurable base. Commits: 7f7ad979 -- Jeremy
As a pseudo-replacement for the CineonLogTransform, added LogTransform. This is the pure mathematical Log operator, with a user configurable base. Commits: 7f7ad979 -- Jeremy
|
By
Jeremy Selan
·
|
|
OCIO 0.7.2 released
Version 0.7.2 (Dec 9 2010): * GPUAllocation refactor (API tweak) * Added AllocationTransform * Added LogTransform * Removed CineonLogToLinTransform * A few bug fixes Available for download, http://sit
Version 0.7.2 (Dec 9 2010): * GPUAllocation refactor (API tweak) * Added AllocationTransform * Added LogTransform * Removed CineonLogToLinTransform * A few bug fixes Available for download, http://sit
|
By
Jeremy Selan
·
|
|
Review: added TestForDDImageVersion.cxx to support multiple versions of nuke
2 messages
(excuse the typos in the actual commit msg) Added TestForDDImageVersion.cxx to FindNuke.cmake so that we can workout which version of nuke we are building against. This now gets appended to the '$CMAK
(excuse the typos in the actual commit msg) Added TestForDDImageVersion.cxx to FindNuke.cmake so that we can workout which version of nuke we are building against. This now gets appended to the '$CMAK
|
By
Malcolm Humphreys
·
|
|
Adding multiple bit depths to one <!ColorSpace>
After playing around with ocio profiles a bit more, I think it would be and idea to have multiple bitdepths defined in one <!ColorSpace> definition. Below is the vd and nc family colorspaces from the
After playing around with ocio profiles a bit more, I think it would be and idea to have multiple bitdepths defined in one <!ColorSpace> definition. Below is the vd and nc family colorspaces from the
|
By
Malcolm Humphreys
·
|
|
Review: Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt
2 messages
Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt, this is temp till we remove '#include <boost/shared_ptr.hpp>' from OpenColorTypes.hhttps://github.com/malcolmhumphreys/OpenColorIO/commit/0077676
Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt, this is temp till we remove '#include <boost/shared_ptr.hpp>' from OpenColorTypes.hhttps://github.com/malcolmhumphreys/OpenColorIO/commit/0077676
|
By
Malcolm Humphreys
·
|
|
Review: added TestForDDImageVersion.cxx to support multiple versions of nuke
Looks good to me, thanks! -- Jeremy
Looks good to me, thanks! -- Jeremy
|
By
Jeremy Selan
·
|
|
Review: Bugfix for GLSL GPU
2 messages
Commits: 54b464d255 Fixed the bug where the application of MatrixOps on the GPU (for GLSL only) had the wrong multiplication order. -- Jeremy
Commits: 54b464d255 Fixed the bug where the application of MatrixOps on the GPU (for GLSL only) had the wrong multiplication order. -- Jeremy
|
By
Jeremy Selan
·
|
|
Review: updated readme and usage example
2 messages
Commits: 1c2d95e82e Not much to this one... -- Jeremy
Commits: 1c2d95e82e Not much to this one... -- Jeremy
|
By
Jeremy Selan
·
|
|
Review: Added example image viewer
2 messages
I've added a working GLSL image viewer example. It relies on OpenImageIO to load an arbitrary image, and then will display it using OpenColorIO. It's pretty awesome to see how little code in practice
I've added a working GLSL image viewer example. It relies on OpenImageIO to load an arbitrary image, and then will display it using OpenColorIO. It's pretty awesome to see how little code in practice
|
By
Jeremy Selan
·
|
|
0.7.3 Released
Version 0.7.3 (Dec 16 2010): * Added example applications: ociodisplay, ocioconvert * Makefile: Add boost header dependency * Makefile: Nuke plugins are now version specific * Fixed bug in GLSL Matrix
Version 0.7.3 (Dec 16 2010): * Added example applications: ociodisplay, ocioconvert * Makefile: Add boost header dependency * Makefile: Nuke plugins are now version specific * Fixed bug in GLSL Matrix
|
By
Jeremy Selan
·
|
|
Testing Nuke Plugins
4 messages
Hi all, I've tested the OCIO 0.7.3 Nuke suite in Nuke 6.1v3 and have noticed some possible bugs (or user errors ). First of all, I downloaded the configs for 0.7 and pointed my OCIO env var to the nuk
Hi all, I've tested the OCIO 0.7.3 Nuke suite in Nuke 6.1v3 and have noticed some possible bugs (or user errors ). First of all, I downloaded the configs for 0.7 and pointed my OCIO env var to the nuk
|
By
bsloan
·
|
|
Adding multiple bit depths to one <!ColorSpace>
4 messages
Malcolm, I like it. However I'd like to keep the option for a family designation. For simple colorspaces I see this as great way to simplify things. The family designation is still useful for instance
Malcolm, I like it. However I'd like to keep the option for a family designation. For simple colorspaces I see this as great way to simplify things. The family designation is still useful for instance
|
By
Joseph Slomka
·
|
|
Review: removed config.getEditableColorSpace
2 messages
This checkin removed config.getEditableColorSpace(...). Users should use the existing getColorSpace, and addColorSpace as replacements. getEditableColorSpace has always been a wart on the OCIO API, as
This checkin removed config.getEditableColorSpace(...). Users should use the existing getColorSpace, and addColorSpace as replacements. getEditableColorSpace has always been a wart on the OCIO API, as
|
By
Jeremy Selan
·
|
|
Review: Add config.sanityCheck
7 messages
This will prevent the issues Blake encountered from happening again. http://groups.google.com/group/ocio-dev/browse_thread/thread/c073e0f4fde995f7 This also addresses an outstanding issue: https://git
This will prevent the issues Blake encountered from happening again. http://groups.google.com/group/ocio-dev/browse_thread/thread/c073e0f4fde995f7 This also addresses an outstanding issue: https://git
|
By
Jeremy Selan
·
|
|
Review: Support for per-shot looks
4 messages
Commits: 1a54ec8d76 Resolves Issue #16: http://github.com/imageworks/OpenColorIO/issues#issue/16 This commit enables color transforms to leverage environment variables + search paths to determine the
Commits: 1a54ec8d76 Resolves Issue #16: http://github.com/imageworks/OpenColorIO/issues#issue/16 This commit enables color transforms to leverage environment variables + search paths to determine the
|
By
Jeremy Selan
·
|
|
Review: Fixed const correctness
2 messages
Issue: http://github.com/imageworks/OpenColorIO/issues#issue/48 Commit: http://github.com/jeremyselan/OpenColorIO/commit/a0fb960d0e8b083acc4bd18048d24ac8e49f99ad All the classes that relied on the m_i
Issue: http://github.com/imageworks/OpenColorIO/issues#issue/48 Commit: http://github.com/jeremyselan/OpenColorIO/commit/a0fb960d0e8b083acc4bd18048d24ac8e49f99ad All the classes that relied on the m_i
|
By
Jeremy Selan
·
|