|
OCIOLookTransform missing in Nuke 7.0v4?
It seems like the OCIOLookTransform node mentioned on this page: http://opencolorio.org/userguide/looks.html Is missing from the OCIO bundled with Nuke 7.0v4. Has the LookTransform node been deprecate
It seems like the OCIOLookTransform node mentioned on this page: http://opencolorio.org/userguide/looks.html Is missing from the OCIO bundled with Nuke 7.0v4. Has the LookTransform node been deprecate
|
By
Alex -
·
|
|
converting The Right Way™ from linear -> custom log -> monitor
Hi! So you shouldnt have to muck around with any of the specific underlying Transforms (you mention the log transform, and the file transform). The typical use case with OCIO is that these are all abs
Hi! So you shouldnt have to muck around with any of the specific underlying Transforms (you mention the log transform, and the file transform). The typical use case with OCIO is that these are all abs
|
By
Jeremy Selan
·
|
|
Bugs in Windows build process
6 messages
After much struggle, I finally managed to get OCIO built on Windows, but there are several apparent bugs in the build process that require manual intervetion to work around. I ran CMake from the Visua
After much struggle, I finally managed to get OCIO built on Windows, but there are several apparent bugs in the build process that require manual intervetion to work around. I ran CMake from the Visua
|
By
Nathan Weston
·
|
|
Pull Request: better disk caching behavior for concurrent lookups
https://github.com/imageworks/OpenColorIO/pull/309 Previously, if one loaded a file (LUT) that wasnt in cache, this would block concurrent access of the file caches, even for different files. With thi
https://github.com/imageworks/OpenColorIO/pull/309 Previously, if one loaded a file (LUT) that wasnt in cache, this would block concurrent access of the file caches, even for different files. With thi
|
By
Jeremy Selan
·
|
|
Linear workflow in Silhouette? And example LUT files?
3 messages
Hi! I'm attempting to get a linear workflow working in Silhouette (4.5.3), which uses OpenColorIO. I'd like to load in scene-linear EXRs, apply a 1D linear-to-CineonLog transform, and then apply a 3D
Hi! I'm attempting to get a linear workflow working in Silhouette (4.5.3), which uses OpenColorIO. I'd like to load in scene-linear EXRs, apply a 1D linear-to-CineonLog transform, and then apply a 3D
|
By
Derek Melmoth
·
|
|
Review: docs for Blender and Sony Vegas Pro OCIO support
Documenting support for OCIO in latest stable release of Blender, and Sony Vegas Pro 12 https://github.com/imageworks/OpenColorIO/pull/305
Documenting support for OCIO in latest stable release of Blender, and Sony Vegas Pro 12 https://github.com/imageworks/OpenColorIO/pull/305
|
By
dbr/Ben
·
|
|
yaml-cpp 0.5.0
3 messages
I noticed that yaml-cpp 0.5.0 was released with the new API. Is there a plan to move to the new API or stick with the 0.3.0 API? Thanks, Richard
I noticed that yaml-cpp 0.5.0 was released with the new API. Is there a plan to move to the new API or stick with the 0.3.0 API? Thanks, Richard
|
By
Richard Shaw
·
|
|
photoshop config.ocio
7 messages
thank you so far. I have installed fedora on virtualbox. Now come to need config.ocio for making icc for photoshop ocio2icc does not work on it but i gues ociobakelut can give icc. So, downloading sam
thank you so far. I have installed fedora on virtualbox. Now come to need config.ocio for making icc for photoshop ocio2icc does not work on it but i gues ociobakelut can give icc. So, downloading sam
|
By
Nishith Singhai
·
|
|
truelight compile error
4 messages
Hello. The lack of Truelight is not causing an error in your build, the warning is merely informational in case you had intended for it to be used. Your build is failing as a result of not being able
Hello. The lack of Truelight is not causing an error in your build, the warning is merely informational in case you had intended for it to be used. Your build is failing as a result of not being able
|
By
Jeremy Selan
·
|
|
Review: nuke: Toolbar node population no longer conflicts with Foundry
https://github.com/imageworks/OpenColorIO/pull/301
https://github.com/imageworks/OpenColorIO/pull/301
|
By
Sean Looper
·
|
|
Review: Visual Studio 2010 compile fix Edit
8 messages
http://github.com/imageworks/OpenColorIO/pull/300 Frederik has submitted a bunch of changes related to Visual Studio 2010 compatibility and STATIC linking. As this touches CMake mojo as used on linux
http://github.com/imageworks/OpenColorIO/pull/300 Frederik has submitted a bunch of changes related to Visual Studio 2010 compatibility and STATIC linking. As this touches CMake mojo as used on linux
|
By
Jeremy Selan
·
|
|
Review: config-syntax documentation
https://github.com/imageworks/OpenColorIO/pull/296 Summary of the changes: * Docs of the various sections within the config, and available transforms * Basic guidelines for writing documentation (main
https://github.com/imageworks/OpenColorIO/pull/296 Summary of the changes: * Docs of the various sections within the config, and available transforms * Basic guidelines for writing documentation (main
|
By
dbr/Ben
·
|
|
linux compile question
2 messages
OpenColorIO should compile cleanly on both 32bit and 64bit flavors of linux. 64 bits is what we use in production every day, and to the best of my knowledge 32-bits should work as well. Please let us
OpenColorIO should compile cleanly on both 32bit and 64bit flavors of linux. 64 bits is what we use in production every day, and to the best of my knowledge 32-bits should work as well. Please let us
|
By
Jeremy Selan
·
|
|
photoshop icc profile
True. It does not matter where you generate the ICC profile, it is independent of both OCIO and operating system it was generated on. True. All checkins to OCIO are tested by Travis-CI, https://travis
True. It does not matter where you generate the ICC profile, it is independent of both OCIO and operating system it was generated on. True. All checkins to OCIO are tested by Travis-CI, https://travis
|
By
dbr/Ben
·
|
|
Rendering per-shot grades with ocioconvert
10 messages
Apologies if this is a repeat question: Ocioconvert takes an input and output colorspace from the current ocio.config and applies a transform to an input image. Is it possible to apply a look as well?
Apologies if this is a repeat question: Ocioconvert takes an input and output colorspace from the current ocio.config and applies a transform to an input image. Is it possible to apply a look as well?
|
By
Blake Sloan
·
|
|
Upstreamable patches?
6 messages
Hey guys, been a while but things seem to be going well with my Fedora package of ocio so I haven't needed to ask any questions lately. I was going through my packages and noticed I have two patches a
Hey guys, been a while but things seem to be going well with my Fedora package of ocio so I haven't needed to ask any questions lately. I was going through my packages and noticed I have two patches a
|
By
Richard Shaw
·
|
|
Pull Request: updates to ociobakelut
In reference to Issue #291, I've posted a pull request as a fix. Here's the link: http://github.com/imageworks/OpenColorIO/pull/298
In reference to Issue #291, I've posted a pull request as a fix. Here's the link: http://github.com/imageworks/OpenColorIO/pull/298
|
By
Andrew Britton
·
|
|
OCIO 1.0.8 released
4 messages
It's been a long time since our last release! There have been a bunch of updates that have not made it into any tagged release, and seeing as how we have a bunch of development work in progress it see
It's been a long time since our last release! There have been a bunch of updates that have not made it into any tagged release, and seeing as how we have a bunch of development work in progress it see
|
By
Jeremy Selan
·
|
|
parsing configs with non-C locale
9 messages
I think I found a bug in either my code or OCIO. When our software is run on a Ubuntu 12.04 machine with a German locale, parsing of srgb.spi1d fails and we get an "Invalid 'From' Tag" exception. I th
I think I found a bug in either my code or OCIO. When our software is run on a Ubuntu 12.04 machine with a German locale, parsing of srgb.spi1d fails and we get an "Invalid 'From' Tag" exception. I th
|
By
Paul Miller
·
|
|
icc profile in photoshop
3 messages
You are correct. To use ocio with photoshop, the current recommended workflow is to bake out an icc profile. Note: you MUST specify --description, this is what shows up in photoshop when the icc profi
You are correct. To use ocio with photoshop, the current recommended workflow is to bake out an icc profile. Note: you MUST specify --description, this is what shows up in photoshop when the icc profi
|
By
Jeremy Selan
·
|