|
New OpenColorIO CLA
Hello OCIO contributors, OpenColorIO will be adopting a new CLA (Contributor License Agreement) in May. All of the ASWF is moving to a consistent CLA to ease contributions across projects. Most other
Hello OCIO contributors, OpenColorIO will be adopting a new CLA (Contributor License Agreement) in May. All of the ASWF is moving to a consistent CLA to ease contributions across projects. Most other
|
By
Michael Dolan
· #2108
·
|
|
'make install' not supportive of only using admin for the install and not the compile
There is some convenience CMake built into OCIO which will download (to the build dir), compile and statically link core dependencies at build time. In OCIO v1 the core dependencies were embedded in t
There is some convenience CMake built into OCIO which will download (to the build dir), compile and statically link core dependencies at build time. In OCIO v1 the core dependencies were embedded in t
|
By
Michael Dolan
· #2073
·
|
|
OCIO v2 sample configs
And to clarify, OCIO v2 has NOT been released yet. The project is feature complete, but there will likely be multiple rounds of release candidates before an official 2.0.0 release is made. OCIO v2 is
And to clarify, OCIO v2 has NOT been released yet. The project is feature complete, but there will likely be multiple rounds of release candidates before an official 2.0.0 release is made. OCIO v2 is
|
By
Michael Dolan
· #2039
·
|
|
OCIO development process documentation feedback
Hi all, We recently added a new PROCESS.md document to the OCIO repo documenting some project development processes. In particular it describes the process around proposing and developing core library
Hi all, We recently added a new PROCESS.md document to the OCIO repo documenting some project development processes. In particular it describes the process around proposing and developing core library
|
By
Michael Dolan
· #2018
·
|
|
TSC Meeting Update
Hey all, You might have noticed that the OCIO TSC meeting time and length have changed. The OCIO TSC has been meeting weekly since February 2019, and will continue on a weekly cadence until sometime a
Hey all, You might have noticed that the OCIO TSC meeting time and length have changed. The OCIO TSC has been meeting weekly since February 2019, and will continue on a weekly cadence until sometime a
|
By
Michael Dolan
· #2013
·
|
|
Compilation issue ( v1.1.1 )
OCIO 1.1.1 does not support C++ 11. The RB-1.1 branch _can_ compile with C++ 11, but it is not officially supported. It was mostly updated to support linking against OIIO 2. OCIO 1.1.1 ships with a su
OCIO 1.1.1 does not support C++ 11. The RB-1.1 branch _can_ compile with C++ 11, but it is not officially supported. It was mostly updated to support linking against OIIO 2. OCIO 1.1.1 ships with a su
|
By
Michael Dolan
· #2008
·
|
|
Color space transformation issue (first-time user)
Hi, Apologies for the slow response. Are you certain that your rendered image is in the "lnh" space? "lnh" is a linear space with sRGB/Rec. 709 primaries. Since all transforms in OCIO are relative to
Hi, Apologies for the slow response. Are you certain that your rendered image is in the "lnh" space? "lnh" is a linear space with sRGB/Rec. 709 primaries. Since all transforms in OCIO are relative to
|
By
Michael Dolan
· #2000
·
|
|
Upcoming OpenColorIO Events
Hello all, With DigiPro, ASWF Open Source Days, and SIGGRAPH on the horizon, there is a lot of opportunity to connect and learn more about where we're at with OpenColorIO v2. I hope you can join us fo
Hello all, With DigiPro, ASWF Open Source Days, and SIGGRAPH on the horizon, there is a lot of opportunity to connect and learn more about where we're at with OpenColorIO v2. I hope you can join us fo
|
By
Michael Dolan
· #1999
·
|
|
Slack self sign-up
I wanted to let everyone know that the OpenColorIO Slack workspace now supports self sign-up, so there's no longer a need to request an invite. If you would like to join, please visit the following li
I wanted to let everyone know that the OpenColorIO Slack workspace now supports self sign-up, so there's no longer a need to request an invite. If you would like to join, please visit the following li
|
By
Michael Dolan
· #1984
·
|
|
Happy 10th
Happy anniversary OCIO!
By
Michael Dolan
· #1972
·
|
|
ACES OpenColorIO-Configs (and other stories)
This issue has been created to further discuss a starting point for the future of OpenColorIO-Configs and the ACES config. https://github.com/imageworks/OpenColorIO-Configs/issues/19 We're getting clo
This issue has been created to further discuss a starting point for the future of OpenColorIO-Configs and the ACES config. https://github.com/imageworks/OpenColorIO-Configs/issues/19 We're getting clo
|
By
Michael Dolan
· #1941
·
|
|
Pull request for disabling SSE on non-Intel targets by default
Hi Leonardo, A pull request would be much appreciated if you have a solution. Thanks for your interest in contributing. Michael
Hi Leonardo, A pull request would be much appreciated if you have a solution. Thanks for your interest in contributing. Michael
|
By
Michael Dolan
· #1917
·
|
|
Request to Join Slack Channel
Sure. Invite sent.
By
Michael Dolan
· #1908
·
|
|
Request to join Slack channel for OCIO
Yes. Your invite has been sent.
Yes. Your invite has been sent.
|
By
Michael Dolan
· #1906
·
|
|
Request to join OCIO slack Channel
Your invite has been sent also.
Your invite has been sent also.
|
By
Michael Dolan
· #1903
·
|
|
Request to join OCIO slack Channel
Invite sent.
By
Michael Dolan
· #1901
·
|
|
Google Summer of Code
Hi all, I wanted to share with you that the ASWF has been accepted as a mentoring organization to this year's Google Summer of Code. OpenColorIO and our sibling ASWF projects have teamed up to suggest
Hi all, I wanted to share with you that the ASWF has been accepted as a mentoring organization to this year's Google Summer of Code. OpenColorIO and our sibling ASWF projects have teamed up to suggest
|
By
Michael Dolan
· #1899
·
|
|
Request for invitation to the slack channel
Welcome. A Slack invite has been sent.
Welcome. A Slack invite has been sent.
|
By
Michael Dolan
· #1898
·
|
|
Collecting info regarding compatible software list
Substance Designer >= 2019.3: https://magazine.substance3d.com/substance-designer-winter-2019-color-management-with-opencolorio/ Modo: https://learn.foundry.com/modo/content/help/pages/rendering/color
Substance Designer >= 2019.3: https://magazine.substance3d.com/substance-designer-winter-2019-color-management-with-opencolorio/ Modo: https://learn.foundry.com/modo/content/help/pages/rendering/color
|
By
Michael Dolan
· #1896
·
|
|
pyOCIO Windows compilation error against Python36
I'm currently writing new Python bindings for OCIO (with pybind11, targeting the 2.0 release), which will support Python 3 (and 2). Stills a ways to go, but it's in the works.
I'm currently writing new Python bindings for OCIO (with pybind11, targeting the 2.0 release), which will support Python 3 (and 2). Stills a ways to go, but it's in the works.
|
By
Michael Dolan
· #1855
·
|