|
ACES OCIO configs, testing and feedback
9 messages
Hello OCIO developers and users, The Academy is moving towards an official 1.0 release of ACES this fall. As part of that development effort, we are looking at the best way to support ACES through OCI
Hello OCIO developers and users, The Academy is moving towards an official 1.0 release of ACES this fall. As part of that development effort, we are looking at the best way to support ACES through OCI
|
By
Haarm-Pieter Duiker
·
|
|
parseColorSpaceFromString() issue
9 messages
May I suggest making parseColorSpaceFromString() optionally a little more strict? The basic problem is that as we're transitioning to using OCIO, there are still many situations where a file might hav
May I suggest making parseColorSpaceFromString() optionally a little more strict? The basic problem is that as we're transitioning to using OCIO, there are still many situations where a file might hav
|
By
Michael Root
·
|
|
OT: MOX on Indiegogo
Hey open source VFX fans, excuse the spam but I wanted to point you to a project I think would be of interest to people on this list. It's MOX, an open source movie format for production: http://www.i
Hey open source VFX fans, excuse the spam but I wanted to point you to a project I think would be of interest to people on this list. It's MOX, an open source movie format for production: http://www.i
|
By
Brendan Bolles
·
|
|
OCIO Looks, graceful failure.
Hey guys I'm trying to implement OCIO Looks on a job at the moment. Ideally, I'd like to be able to point to a series of shot specific .cc files on disk, but this falls over when I have shots with no
Hey guys I'm trying to implement OCIO Looks on a job at the moment. Ideally, I'd like to be able to point to a series of shot specific .cc files on disk, but this falls over when I have shots with no
|
By
Alex Fry
·
|
|
OCIO default config when using CreateFromEnv
Hi, I have an issue when trying to create a config from the environment, more specifically when no env variable is set. The configuration that is returned contains one color space named "raw". In my a
Hi, I have an issue when trying to create a config from the environment, more specifically when no env variable is set. The configuration that is returned contains one color space named "raw". In my a
|
By
Michel Lerenard
·
|
|
Search path vs resource path
Hi, I'm a bit puzzled by the existence of these two variables, as they seem to do the same thing at first glance. Looking quickly at the code it seems they have different behavior, but I don't quite g
Hi, I'm a bit puzzled by the existence of these two variables, as they seem to do the same thing at first glance. Looking quickly at the code it seems they have different behavior, but I don't quite g
|
By
Lerenard Michel
·
|
|
advice, supporting dynamic color space additions to config
5 messages
Hello, I'm working on a project that has a base set of well-defined transforms and a more extended set of transforms/color spaces that are less well-defined. The 'less well defined' transforms are goi
Hello, I'm working on a project that has a base set of well-defined transforms and a more extended set of transforms/color spaces that are less well-defined. The 'less well defined' transforms are goi
|
By
Haarm-Pieter Duiker
·
|
|
OSX 10.9 static build fails compiling ociocheck
Hello, I'm trying to build 1.0.9 on OSX 10.9, but the build is failing compiling ociocheck: Linking CXX executable ociocheck cd /Users/anders/code/OpenColorIO/build/src/apps/ociocheck && /usr/local/Ce
Hello, I'm trying to build 1.0.9 on OSX 10.9, but the build is failing compiling ociocheck: Linking CXX executable ociocheck cd /Users/anders/code/OpenColorIO/build/src/apps/ociocheck && /usr/local/Ce
|
By
andersl...@...
·
|
|
ocionuke module different in nuke 9.0
Hi guys I was wondering what the strategy is between the project and the Foundry as far as keeping python modules up to date etc. As I have found the there are changes to the ocionuke module included
Hi guys I was wondering what the strategy is between the project and the Foundry as far as keeping python modules up to date etc. As I have found the there are changes to the ocionuke module included
|
By
Ashley Retallack
·
|
|
building latest release w/ Visual Studio 2012
Trying to build master and the build process is failing trying to process tinyxml and yaml, such as this: 2>------ Build started: Project: tinyxml, Configuration: Debug x64 ------ 2> Building Custom R
Trying to build master and the build process is failing trying to process tinyxml and yaml, such as this: 2>------ Build started: Project: tinyxml, Configuration: Debug x64 ------ 2> Building Custom R
|
By
Paul Miller
·
|
|
OS X 10.9 build/link issues w/ XCode 5.1.1
2 messages
I'm trying to use OCIO with an application built with XCode 5.1.1. I can configure and build OCIO fine, but when I try to link it into my application there are link errors. I'm not using boost pointer
I'm trying to use OCIO with an application built with XCode 5.1.1. I can configure and build OCIO fine, but when I try to link it into my application there are link errors. I'm not using boost pointer
|
By
Paul Miller
·
|
|
How to use OCIO::ROLE_COLOR_PICKER
Hi, I'm trying to hook up OCIO properly to blender's color picker system and allow choosing an arbitrary color tranform before uploading the color picker colors to our display device. In blender, by d
Hi, I'm trying to hook up OCIO properly to blender's color picker system and allow choosing an arbitrary color tranform before uploading the color picker colors to our display device. In blender, by d
|
By
Antony Riakiotakis
·
|
|
PyOpenColorIO on Windows - how?
3 messages
I'm trying to install PyOpenColorIO on my Windows machine, but I'm not having any success. Does anyone have this working? I've tried with both Marie's build and the one that comes with the precompiled
I'm trying to install PyOpenColorIO on my Windows machine, but I'm not having any success. Does anyone have this working? I've tried with both Marie's build and the one that comes with the precompiled
|
By
Simon Björk
·
|
|
Review: Inital pass at searchpath impl
17 messages
Inital pass at searchpath impl - added environment variable string expansion code in PathUtils.h (GetEnvMap() & EnvExpand()) - added FileExists() function to PathUtils.h - added searchpath functionali
Inital pass at searchpath impl - added environment variable string expansion code in PathUtils.h (GetEnvMap() & EnvExpand()) - added FileExists() function to PathUtils.h - added searchpath functionali
|
By
Malcolm Humphreys
·
|
|
Windows Build
5 messages
Does anyone have an OCIO build already made for Windows that they're willing to share? Specifically, we're interested most in the OpenColorIO.dll and ociobakelut.exe, but it would be great to get ALL
Does anyone have an OCIO build already made for Windows that they're willing to share? Specifically, we're interested most in the OpenColorIO.dll and ociobakelut.exe, but it would be great to get ALL
|
By
Jeremy Selan
·
|
|
Crash issue having multiple active_displays in a config
7 messages
I'm testing out some code and I've noticed a crash issue when a config (such as ACES, from the ICIO website) contain multiple active displays or views. Basically, the code in ICIOYaml.cpp that takes a
I'm testing out some code and I've noticed a crash issue when a config (such as ACES, from the ICIO website) contain multiple active displays or views. Basically, the code in ICIOYaml.cpp that takes a
|
By
simon smith
·
|
|
OCIO error in Hiero
2 messages
Hello everyone, I have a problem creating a lut from nuke to hiero, in hiero I receive this error; LogCrec709 inverse; 1 OpenColor IO Error: 3D Lusts can only e applied in the foward direction.inverse
Hello everyone, I have a problem creating a lut from nuke to hiero, in hiero I receive this error; LogCrec709 inverse; 1 OpenColor IO Error: 3D Lusts can only e applied in the foward direction.inverse
|
By
Jose Enriquez
·
|
|
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
·
|