|
Added support for .vf luts
https://github.com/imageworks/OpenColorIO/pull/103
Addresses issue #31
https://github.com/imageworks/OpenColorIO/pull/103
Addresses issue #31
|
By
Jeremy Selan <jeremy...@...>
·
#502
·
|
|
Review: Nuke OCIOColorSpace
https://github.com/imageworks/OpenColorIO/pull/102
OCIOColorSpace node now supports context overrides. Also, a few
additional code cleanups.
-- Jeremy
https://github.com/imageworks/OpenColorIO/pull/102
OCIOColorSpace node now supports context overrides. Also, a few
additional code cleanups.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#501
·
|
|
Review(s): OCIOCDLTransform reverse option and others
First is some minor doc changes:
https://github.com/imageworks/OpenColorIO/pull/100
Second is a reverse checkbox for the OCIOCDLTransform node, and a "select cccid" button for the OCIOFileTransform
First is some minor doc changes:
https://github.com/imageworks/OpenColorIO/pull/100
Second is a reverse checkbox for the OCIOCDLTransform node, and a "select cccid" button for the OCIOFileTransform
|
By
dbr/Ben <b...@...>
·
#500
·
|
|
NAB, Anyone?
If any OCIO users (or lurkers) are going to be at NAB next week, and
are interesting in meeting up, please send me an email. I'd love to
say hi in person.
(I will be there to talk about Katana (with
If any OCIO users (or lurkers) are going to be at NAB next week, and
are interesting in meeting up, please send me an email. I'd love to
say hi in person.
(I will be there to talk about Katana (with
|
By
Jeremy Selan <jeremy...@...>
·
#499
·
|
|
Review: Context Bugfix
https://github.com/imageworks/OpenColorIO/pull/98
This fixes two major bugs in OCIO::Context.
First, Context.getStringVar didnt work due to an incomplete definition
of the Compare funtion. (The
https://github.com/imageworks/OpenColorIO/pull/98
This fixes two major bugs in OCIO::Context.
First, Context.getStringVar didnt work due to an incomplete definition
of the Compare funtion. (The
|
By
Jeremy Selan <jeremy...@...>
·
#498
·
|
|
Review: Fixes a few compiler warnings
https://github.com/imageworks/OpenColorIO/pull/97
Fixes warnings when using -pedantic.
-- Jeremy
https://github.com/imageworks/OpenColorIO/pull/97
Fixes warnings when using -pedantic.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#497
·
|
|
Review: Adds build option to use boost ptr instead of tr1
https://github.com/imageworks/OpenColorIO/pull/96
This adds a compile-time option to use boost ptr instead of tr1. The
tr1 ptr is defaut, but for folks who had already locked off on OCIO
0.7s ABI
https://github.com/imageworks/OpenColorIO/pull/96
This adds a compile-time option to use boost ptr instead of tr1. The
tr1 ptr is defaut, but for folks who had already locked off on OCIO
0.7s ABI
|
By
Jeremy Selan <jeremy...@...>
·
#496
·
|
|
Re: Review: Build Nuke stuff into lib/nuke6.2
LGTM
long live the bubbles system ;)
LGTM
long live the bubbles system ;)
|
By
Malcolm Humphreys <malcolmh...@...>
·
#494
·
|
|
Review: Build Nuke stuff into lib/nuke6.2
https://github.com/imageworks/OpenColorIO/pull/94
https://github.com/imageworks/OpenColorIO/pull/94
|
By
dbr/Ben <b...@...>
·
#495
·
|
|
Review: OCIOCDLTransform node
https://github.com/imageworks/OpenColorIO/pull/93
https://github.com/imageworks/OpenColorIO/pull/93
|
By
dbr/Ben <b...@...>
·
#493
·
|
|
Re: OCIO for Windows
Hello Jeremy !
Thanks for your reply ;)
The IDT/ODTs we made are not already expressed in CTL. They are simple "matrix + transfer function" that can also be computed into 3DLUT.
I also have some
Hello Jeremy !
Thanks for your reply ;)
The IDT/ODTs we made are not already expressed in CTL. They are simple "matrix + transfer function" that can also be computed into 3DLUT.
I also have some
|
By
Marie Fétiveau <m...@...>
·
#491
·
|
|
Review: Add CMAKE_INSTALL_EXEC_PREFIX option
https://github.com/imageworks/OpenColorIO/pull/91
https://github.com/imageworks/OpenColorIO/pull/91
|
By
dbr/Ben <b...@...>
·
#492
·
|
|
Re: OCIO for Windows
Marie,
Thanks for the email. In terms of testing OCIO with new IDT/ODTs,
are your transforms CTL programs, or have you formulated them in the
OCIO vocabulary. (luts, matricies, etc).
I believe you
Marie,
Thanks for the email. In terms of testing OCIO with new IDT/ODTs,
are your transforms CTL programs, or have you formulated them in the
OCIO vocabulary. (luts, matricies, etc).
I believe you
|
By
Jeremy Selan <jeremy...@...>
·
#490
·
|
|
Re: 0.7.8 Released
A big heads up I forgot to mention, 0.7.8 is not binary compatible
with 0.7.7 due to the boost ptr change. My hope (and intent) is for
this to be the final binary incompatible change before locking
A big heads up I forgot to mention, 0.7.8 is not binary compatible
with 0.7.7 due to the boost ptr change. My hope (and intent) is for
this to be the final binary incompatible change before locking
|
By
Jeremy Selan <jeremy...@...>
·
#489
·
|
|
0.7.8 Released
Version 0.7.8:
* Iridas lut (.cube) bugfix, DOMAIN_MIN / DOMAIN_MAX now obeyed
* Exposed GPU functions in python (needed for Mari)
* Nuke OCIODisplay cleanup: Fixed knob names and added
Version 0.7.8:
* Iridas lut (.cube) bugfix, DOMAIN_MIN / DOMAIN_MAX now obeyed
* Exposed GPU functions in python (needed for Mari)
* Nuke OCIODisplay cleanup: Fixed knob names and added
|
By
Jeremy Selan <jeremy...@...>
·
#488
·
|
|
OCIO for Windows
Hello all !
I finally have some time to have look at OCIO ;)
In a few words, I'd like in a near future to set up in my studio a Color Pipeline integrating IIF and OCIO improvements.
I'm part of a
Hello all !
I finally have some time to have look at OCIO ;)
In a few words, I'd like in a near future to set up in my studio a Color Pipeline integrating IIF and OCIO improvements.
I'm part of a
|
By
Marie Fétiveau <m...@...>
·
#487
·
|
|
Review: Iridas (.cube) lut bugfix
https://github.com/imageworks/OpenColorIO/pull/90
Bugfix in Iridas (.cube) lut support. DOMAIN_MIN / DOMAIN_MAX now supported.
(also fixes a bug in Lut3DOp. from_min, from_max are now obeyed
https://github.com/imageworks/OpenColorIO/pull/90
Bugfix in Iridas (.cube) lut support. DOMAIN_MIN / DOMAIN_MAX now supported.
(also fixes a bug in Lut3DOp. from_min, from_max are now obeyed
|
By
Jeremy Selan <jeremy...@...>
·
#486
·
|
|
Review: Exposed Processor GPU functions to python
https://github.com/imageworks/OpenColorIO/pull/89
First step in the development of the Mari OCIO viewer plugin.
-- Jeremy
https://github.com/imageworks/OpenColorIO/pull/89
First step in the development of the Mari OCIO viewer plugin.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#485
·
|
|
Review: Benign header cleanup
https://github.com/imageworks/OpenColorIO/pull/88
Removed OpenColorABI.h. Simpler just to put all the compiler specific
stuff in one header, OpenColorTypes.h
This doesnt effect ABI or code
https://github.com/imageworks/OpenColorIO/pull/88
Removed OpenColorABI.h. Simpler just to put all the compiler specific
stuff in one header, OpenColorTypes.h
This doesnt effect ABI or code
|
By
Jeremy Selan <jeremy...@...>
·
#484
·
|
|
Review: First pass at a ICCTransform
https://github.com/imageworks/OpenColorIO/pull/87
Had sometime on the plane so did a first pass at a ICCTransform, which will be needed for 'iv color profiles/LUTs' on the
https://github.com/imageworks/OpenColorIO/pull/87
Had sometime on the plane so did a first pass at a ICCTransform, which will be needed for 'iv color profiles/LUTs' on the
|
By
Malcolm Humphreys <malcolmh...@...>
·
#483
·
|