|
OCIO 0.8.2 Released
ocio-dev Folks, OpenColorIO 0.8.2 has been released. Enjoy! -- Jeremy ------------------------------------------------ Version 0.8.2 (June 7 2011): * Numerous Windows compatibility fixes * Python bind
ocio-dev Folks, OpenColorIO 0.8.2 has been released. Enjoy! -- Jeremy ------------------------------------------------ Version 0.8.2 (June 7 2011): * Numerous Windows compatibility fixes * Python bind
|
By
Jeremy Selan
·
|
|
Issue: Incorrect behavior for search_path with symlinks
I would like to draw people's attention to this issue: https://github.com/imageworks/OpenColorIO/issues/124 The current behavior of OCIO with regards to symlink resolution and the luts search path is
I would like to draw people's attention to this issue: https://github.com/imageworks/OpenColorIO/issues/124 The current behavior of OCIO with regards to symlink resolution and the luts search path is
|
By
Jeremy Selan
·
|
|
Updated OCIO Website
4 messages
An updated OCIO website is now online, thanks to the efforts of Ben (DBR), and Matt Chambers. http://opencolorio.org/ It's quite similar to the old one, except now then entire website (including code
An updated OCIO website is now online, thanks to the efforts of Ben (DBR), and Matt Chambers. http://opencolorio.org/ It's quite similar to the old one, except now then entire website (including code
|
By
Jeremy Selan
·
|
|
Please, try my compositor. It uses OCIO.
4 messages
Hi First, I'd like to thank you for developing and releasing OCIO as open source. I've been working on a compositor for some time and I've just released a 64 bits linux binary. It's not Nuke or Fusion
Hi First, I'd like to thank you for developing and releasing OCIO as open source. I've been working on a compositor for some time and I've just released a 64 bits linux binary. It's not Nuke or Fusion
|
By
Est
·
|
|
Review: share/ocio/setup_ocio.sh
https://github.com/imageworks/OpenColorIO/pull/125 To hopefully simplify installation, added a source'able shell script which sets the required env-vars (using configure_file to get the correct paths)
https://github.com/imageworks/OpenColorIO/pull/125 To hopefully simplify installation, added a source'able shell script which sets the required env-vars (using configure_file to get the correct paths)
|
By
dbr/Ben
·
|
|
Lut for Mari
5 messages
Hey guys, was just wondering if you could give me an advice on Luts for Mari. I saw that ocio now supports Mari, but only in version v1.3. We're using v1.2 and I'm not sure we're gonna upgrade in the
Hey guys, was just wondering if you could give me an advice on Luts for Mari. I saw that ocio now supports Mari, but only in version v1.3. We're using v1.2 and I'm not sure we're gonna upgrade in the
|
By
Oliver Farkas
·
|
|
Review: symlinks in ocio profiles / lut paths are handled correctly
https://github.com/imageworks/OpenColorIO/pull/126 https://github.com/imageworks/OpenColorIO/issues/124 Symlinks in ocio profiles / lut paths are now handled correctly. Previously, there was incorrect
https://github.com/imageworks/OpenColorIO/pull/126 https://github.com/imageworks/OpenColorIO/issues/124 Symlinks in ocio profiles / lut paths are now handled correctly. Previously, there was incorrect
|
By
Jeremy Selan
·
|
|
Review: Bugfix: OCIODisplay stores enum knob values as strings instead of index
https://github.com/imageworks/OpenColorIO/pull/127 This fixes the case where enum menu items differ between nuke sessions and the index value may not correspond to the appropriate menu item.
https://github.com/imageworks/OpenColorIO/pull/127 This fixes the case where enum menu items differ between nuke sessions and the index value may not correspond to the appropriate menu item.
|
By
Sean Looper
·
|
|
Installing OCIO / Mac OS X /
2 messages
HI all, Firstly, pardon my ignorance on the subject but, it's not very clear to me on how to install/compile the code for OCIO on MAC OS X. With that said...... I'm trying to install OCIO for Nuke6.2v
HI all, Firstly, pardon my ignorance on the subject but, it's not very clear to me on how to install/compile the code for OCIO on MAC OS X. With that said...... I'm trying to install OCIO for Nuke6.2v
|
By
walkerdan1
·
|
|
OCIO 0.8.3 released
OpenColorIO 0.8.3 has been released. This release has an important bugfix related to symlink resolution. If you're on a 0.8.x release, I would recommend updating to 0.8.3 at your earliest convenience.
OpenColorIO 0.8.3 has been released. This release has an important bugfix related to symlink resolution. If you're on a 0.8.x release, I would recommend updating to 0.8.3 at your earliest convenience.
|
By
Jeremy Selan
·
|
|
Review: Mari: updated interface
Exposed a simple floating ui to control the inputColorSpace. Relies on the latest API, now taking advantage of 3dlut texture updates. Requires mari1.3v2a3+ https://github.com/imageworks/OpenColorIO/pu
Exposed a simple floating ui to control the inputColorSpace. Relies on the latest API, now taking advantage of 3dlut texture updates. Requires mari1.3v2a3+ https://github.com/imageworks/OpenColorIO/pu
|
By
Jeremy Selan
·
|
|
Review: Added support for pandora .mga, .m3d luts
https://github.com/imageworks/OpenColorIO/pull/129 This adds support for pandora .mga, .m3d luts. (.mga files are the preferred lut format for Apple Color). Also, this removes configs examples and add
https://github.com/imageworks/OpenColorIO/pull/129 This adds support for pandora .mga, .m3d luts. (.mga files are the preferred lut format for Apple Color). Also, this removes configs examples and add
|
By
Jeremy Selan
·
|
|
mari 1.3v2 and ocio
2 messages
Hey Jeremy, i'm trying to get ocio support in Mari (running 1.3v2 now). When I try to run the ociodisplay.py script it throws me this error: "Error: This version of Mari does not support the mari.gl_r
Hey Jeremy, i'm trying to get ocio support in Mari (running 1.3v2 now). When I try to run the ociodisplay.py script it throws me this error: "Error: This version of Mari does not support the mari.gl_r
|
By
Oliver Farkas
·
|
|
mari 1.3v2 and ocio
2 messages
It's probably likely that createPostFilter didn't make it into the final rev of Mari 1.3v2. (thats definitely the API call that's needed, not sure what createPostFilterCollection does). I will check o
It's probably likely that createPostFilter didn't make it into the final rev of Mari 1.3v2. (thats definitely the API call that's needed, not sure what createPostFilterCollection does). I will check o
|
By
Jeremy Selan
·
|
|
Review: Lut3d: Refactor to vector implementation
https://github.com/imageworks/OpenColorIO/pull/132 https://github.com/imageworks/OpenColorIO/issues/68 This is a refactor of the software trilinear 3d interpolation. It was originally done as part of
https://github.com/imageworks/OpenColorIO/pull/132 https://github.com/imageworks/OpenColorIO/issues/68 This is a refactor of the software trilinear 3d interpolation. It was originally done as part of
|
By
Jeremy Selan
·
|
|
Review: Native Per-Shot Looks
https://github.com/imageworks/OpenColorIO/pull/133 https://github.com/imageworks/OpenColorIO/issues/49 This adds a new config-level class, OCIO::Look. It's intent is to make the re-use of Looks (such
https://github.com/imageworks/OpenColorIO/pull/133 https://github.com/imageworks/OpenColorIO/issues/49 This adds a new config-level class, OCIO::Look. It's intent is to make the re-use of Looks (such
|
By
Jeremy Selan
·
|
|
Review: Resurrect baking of Houdini HDL LUT's
https://github.com/imageworks/OpenColorIO/pull/134
https://github.com/imageworks/OpenColorIO/pull/134
|
By
DBR - Ben
·
|
|
Review: OCIO Alpha Handling
https://github.com/imageworks/OpenColorIO/pull/135 https://github.com/imageworks/OpenColorIO/issues/85 As OCIO is used to implement image displays, it was inconvenient that the software processing pat
https://github.com/imageworks/OpenColorIO/pull/135 https://github.com/imageworks/OpenColorIO/issues/85 As OCIO is used to implement image displays, it was inconvenient that the software processing pat
|
By
Jeremy Selan
·
|
|
OpenColorIO @ Siggraph
2 messages
We will be hosting two OpenColorIO (OCIO) events at Siggraph, and we'd love to see you there! * OpenColorIO Meetup (BOF) Tues, 2:30-3:30 PM Convention Center 102, West Building This upcoming year is s
We will be hosting two OpenColorIO (OCIO) events at Siggraph, and we'd love to see you there! * OpenColorIO Meetup (BOF) Tues, 2:30-3:30 PM Convention Center 102, West Building This upcoming year is s
|
By
Jeremy Selan
·
|
|
Thoughts on Alpha
An anonymous user asked... > Just wondering your thoughts on premultiplication and how it fits into a color managed pipeline. How does OCIO deal with premultiplication? First off, I'm 'pro' premultipl
An anonymous user asked... > Just wondering your thoughts on premultiplication and how it fits into a color managed pipeline. How does OCIO deal with premultiplication? First off, I'm 'pro' premultipl
|
By
Jeremy Selan
·
|