|
Nuke colorconfig - View "None" is "raw" in OCIO
4 messages
I'm doing automated slap-comps to check render output in sRGB/Cineon and scene-linear, if I use the nuke profile and "None" as the view for the default display the profile returns "raw". It should be
I'm doing automated slap-comps to check render output in sRGB/Cineon and scene-linear, if I use the nuke profile and "None" as the view for the default display the profile returns "raw". It should be
|
By
mikael....@...
·
|
|
OCIO Governance Change
3 messages
Up until now we've been running OpenColorIO with myself as the "Benevolent Dictator". This has seemed appropriate for the early stages of OCIO's life where development was fairly dynamic and we had a
Up until now we've been running OpenColorIO with myself as the "Benevolent Dictator". This has seemed appropriate for the early stages of OCIO's life where development was fairly dynamic and we had a
|
By
Jeremy Selan
·
|
|
4th Annual Open Source VFX "Beer of a Feather"
For those of you attending SIGGRAPH 2014 in Vancouver, we will be once again holding an event for developers and users of VFX-specific open source projects. It's a great chance to meet in person with
For those of you attending SIGGRAPH 2014 in Vancouver, we will be once again holding an event for developers and users of VFX-specific open source projects. It's a great chance to meet in person with
|
By
Larry Gritz
·
|
|
Building "universal" binaries for MacOS
14 messages
I would like to build fat binaries with x86_64 and i386 architecture support. I've tried passing the flag -DCMAKE_OSX_ARCHITECTURES=x86_64;i386 to cmake, but it appears that flag isn't being carried d
I would like to build fat binaries with x86_64 and i386 architecture support. I've tried passing the flag -DCMAKE_OSX_ARCHITECTURES=x86_64;i386 to cmake, but it appears that flag isn't being carried d
|
By
Andrea Mantler
·
|
|
icc profiles not working
Hey guys Has anyone tried baking out icc profiles recently? I've been trying to bake one out with variations on the following command: ociobakelut --format icc --inputspace acesproxy --outputspace rrt
Hey guys Has anyone tried baking out icc profiles recently? I've been trying to bake one out with variations on the following command: ociobakelut --format icc --inputspace acesproxy --outputspace rrt
|
By
Alex Fry
·
|
|
Brew install OCIO breaking under 10.9.3
2 messages
Hey guys "brew install opencolorio" is currently failing for me under MacOSX 10.9.3 Was this working a few weeks back? -Alex 192-168-1-7:~ alex$ brew install opencolorio ==> Downloading https://github
Hey guys "brew install opencolorio" is currently failing for me under MacOSX 10.9.3 Was this working a few weeks back? -Alex 192-168-1-7:~ alex$ brew install opencolorio ==> Downloading https://github
|
By
Alex Fry
·
|
|
OpenColorIO COP2 nodes for Houdini as Nuke counterparts
------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------ OpenColorIO COP2 nodes for Hou
------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------ OpenColorIO COP2 nodes for Hou
|
By
wagen...@...
·
|
|
AllocationVars and Allocation tags problem
Good morning! I have finally developed that OCIO enabled color selectors feature in Krita (some time ago I asked about reversed Display transformations in this list to make this feature). You can read
Good morning! I have finally developed that OCIO enabled color selectors feature in Krita (some time ago I asked about reversed Display transformations in this list to make this feature). You can read
|
By
Dmitry Kazakov
·
|
|
Problem in CDL implementation
3 messages
Robert, Although we can conform to anything For our on-set tools we have made a match to how Nuke's OCIOCDLTransform node works. This made the most sense because our main goal with CDL is to allow VFX
Robert, Although we can conform to anything For our on-set tools we have made a match to how Nuke's OCIOCDLTransform node works. This made the most sense because our main goal with CDL is to allow VFX
|
By
Joseph Slomka
·
|
|
Yaml related warning message when compiling OCIO
2 messages
Hi, I get a Yaml related warning message when building OCIO (branch: master 64adcad300adfd166280d2e7b1fb5c3ce7dca482) I'm on CentOS 6.5, and here's my cmake log: Python library: /usr/lib64/python2.6/c
Hi, I get a Yaml related warning message when building OCIO (branch: master 64adcad300adfd166280d2e7b1fb5c3ce7dca482) I'm on CentOS 6.5, and here's my cmake log: Python library: /usr/lib64/python2.6/c
|
By
etienne....@...
·
|
|
Good Morning!
2 messages
My name is Joshua Jackson. I'm writing a custom configuration with ocio and have a quick question: Can I apply Matrix Transforms in a different order than RGB x MTX x etc... ? For Chromatic Adaptation
My name is Joshua Jackson. I'm writing a custom configuration with ocio and have a quick question: Can I apply Matrix Transforms in a different order than RGB x MTX x etc... ? For Chromatic Adaptation
|
By
Joshua Jackson
·
|
|
No way to retreive "non-active" displays
If I have a config with displays "a", "b", "c" and an active_display list of "a" there is no way to get to displays "b" and "c". In fact reading in a config file and writing it back out will only writ
If I have a config with displays "a", "b", "c" and an active_display list of "a" there is no way to get to displays "b" and "c". In fact reading in a config file and writing it back out will only writ
|
By
Robert Minsk
·
|
|
Problem in CDL implementation
According to the ASC-CDL standard "To maintain intended behavior of signs under exponentiation, we limit the Slope and Offset combined value to 0 to 1 (inclusive)..... out = Clamp((in*slope) + offset)
According to the ASC-CDL standard "To maintain intended behavior of signs under exponentiation, we limit the Slope and Offset combined value to 0 to 1 (inclusive)..... out = Clamp((in*slope) + offset)
|
By
Robert Minsk
·
|
|
displayCache and the active displays
We notice that there is undesirable interaction between the new displayCache and the set of active displays. Previously, it was reasonable to have displays which were not in the active list. However,
We notice that there is undesirable interaction between the new displayCache and the set of active displays. Previously, it was reasonable to have displays which were not in the active list. However,
|
By
Rod Bogart
·
|
|
Reversed transform for a OCIO::DisplayTransform
8 messages
From what I remember, you can do this if the transforms are analytical. If you are referring to a baked in file based one then you will have to provide your own from for that. Piotr
From what I remember, you can do this if the transforms are analytical. If you are referring to a baked in file based one then you will have to provide your own from for that. Piotr
|
By
Piotr Stanczyk
·
|
|
Reversed transform for a OCIO::DisplayTransform
Hi, all! I am a developer of Krita [0] painting application and we use OCIO for displaying wide range images. I'm having a bit of a problem now. Since we are a painting application, we need to be able
Hi, all! I am a developer of Krita [0] painting application and we use OCIO for displaying wide range images. I'm having a bit of a problem now. Since we are a painting application, we need to be able
|
By
Dmitry Kazakov
·
|
|
Uses of OCIO Looks?
If you are using Looks heavily (and successfully), I’d like to hear from you. Currently, the documentation is somewhat inaccurate on the format of the definition and usage of Looks, so I’m wondering t
If you are using Looks heavily (and successfully), I’d like to hear from you. Currently, the documentation is somewhat inaccurate on the format of the definition and usage of Looks, so I’m wondering t
|
By
Rod Bogart
·
|
|
Allow config's context to be replaced?
6 messages
Hey all, I'm wondering if there has been any thought or discussion internally about allowing a config's Context to be replaced in place. I've been looking at ways to change the context variables of th
Hey all, I'm wondering if there has been any thought or discussion internally about allowing a config's Context to be replaced in place. I've been looking at ways to change the context variables of th
|
By
Nathan Rusch
·
|
|
OSX 10.9 compile expectations?
5 messages
Do we expect 10.9 to properly compile the git master version of OpenColorIO? Steps to reproduce: “Clone in Desktop” to download software Cmake (with defaults) to populate build dir cd build make [ 38%
Do we expect 10.9 to properly compile the git master version of OpenColorIO? Steps to reproduce: “Clone in Desktop” to download software Cmake (with defaults) to populate build dir cd build make [ 38%
|
By
Rod Bogart
·
|
|
Digest for ocio...@googlegroups.com - 3 Messages in 1 Topic
No, but 338 does: https://github.com/imageworks/OpenColorIO/issues/338 Rod, if you can have a go at this, it would be much appreciated; I’ve lived in a Mac monoculture for so long that I have no clue
No, but 338 does: https://github.com/imageworks/OpenColorIO/issues/338 Rod, if you can have a go at this, it would be much appreciated; I’ve lived in a Mac monoculture for so long that I have no clue
|
By
Joseph Goldstone
·
|