|
Re: Review: Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt
Looks good to me.
<malcolmh...@...> wrote:
Looks good to me.
<malcolmh...@...> wrote:
|
By
Jeremy Selan <jeremy...@...>
·
#293
·
|
|
Adding multiple bit depths to one <!ColorSpace>
After playing around with ocio profiles a bit more, I think it would be and idea to have multiple bitdepths defined in one <!ColorSpace> definition.
Below is the vd and nc family colorspaces from the
After playing around with ocio profiles a bit more, I think it would be and idea to have multiple bitdepths defined in one <!ColorSpace> definition.
Below is the vd and nc family colorspaces from the
|
By
Malcolm Humphreys <malcolmh...@...>
·
#298
·
|
|
Re: Review: added TestForDDImageVersion.cxx to support multiple versions of nuke
now fixed with (git commit --amend)
https://github.com/malcolmhumphreys/OpenColorIO/commit/c95536a609a6b72a612a505a9702abb4d4ac5b3f
now fixed with (git commit --amend)
https://github.com/malcolmhumphreys/OpenColorIO/commit/c95536a609a6b72a612a505a9702abb4d4ac5b3f
|
By
Malcolm Humphreys <malcolmh...@...>
·
#297
·
|
|
Review: added TestForDDImageVersion.cxx to support multiple versions of nuke
(excuse the typos in the actual commit msg)
Added TestForDDImageVersion.cxx to FindNuke.cmake so that we can workout which version of nuke we are building against. This now gets appended to the
(excuse the typos in the actual commit msg)
Added TestForDDImageVersion.cxx to FindNuke.cmake so that we can workout which version of nuke we are building against. This now gets appended to the
|
By
Malcolm Humphreys <malcolmh...@...>
·
#296
·
|
|
Review: Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt
Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt, this is temp till we remove '#include <boost/shared_ptr.hpp>' from
Added ${Boost_INCLUDE_DIR} to the nuke CMakeLists.txt, this is temp till we remove '#include <boost/shared_ptr.hpp>' from
|
By
Malcolm Humphreys <malcolmh...@...>
·
#292
·
|
|
OCIO 0.7.2 released
Version 0.7.2 (Dec 9 2010): * GPUAllocation refactor (API tweak) * Added AllocationTransform * Added LogTransform * Removed CineonLogToLinTransform * A few bug fixes
Available for
Version 0.7.2 (Dec 9 2010): * GPUAllocation refactor (API tweak) * Added AllocationTransform * Added LogTransform * Removed CineonLogToLinTransform * A few bug fixes
Available for
|
By
Jeremy Selan <jeremy...@...>
·
#291
·
|
|
Re: Review: Added 'pure' LogTransform
Looks good to myself!
:)
By
Jeremy Selan <jeremy...@...>
·
#290
·
|
|
Re: Review: AllocationTransform
No objections? Rolling it in...
No objections? Rolling it in...
|
By
Jeremy Selan <jeremy...@...>
·
#289
·
|
|
Re: Review: Bugfix for Nuke LogConvert
No one objected, so I've merged this in.
No one objected, so I've merged this in.
|
By
Jeremy Selan <jeremy...@...>
·
#288
·
|
|
Re: Review: Inital pass at searchpath impl
How about we shoot for tomorrow, I'm still getting backup to speed with things.
.malcolm
How about we shoot for tomorrow, I'm still getting backup to speed with things.
.malcolm
|
By
Malcolm Humphreys <malcolmh...@...>
·
#287
·
|
|
Review: Added 'pure' LogTransform
As a pseudo-replacement for the CineonLogTransform, added
LogTransform. This is the pure mathematical Log operator, with a user
configurable base.
Commits:
7f7ad979
-- Jeremy
As a pseudo-replacement for the CineonLogTransform, added
LogTransform. This is the pure mathematical Log operator, with a user
configurable base.
Commits:
7f7ad979
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#285
·
|
|
Re: Review: Inital pass at searchpath impl
It would also be super nice if the CDLTransform supported the full Color Correction Collection (CCC) in the CDL spec, where you could have something along the lines of '!<CDLTransform> { src:
It would also be super nice if the CDLTransform supported the full Color Correction Collection (CCC) in the CDL spec, where you could have something along the lines of '!<CDLTransform> { src:
|
By
Malcolm Humphreys <malcolmh...@...>
·
#286
·
|
|
Re: Review: Inital pass at searchpath impl
What's your schedule like this week? Up for a conference call? I'd
like to primarily discuss the env-vars / 'globals' / per-shot cc look
options.
-- Jeremy
What's your schedule like this week? Up for a conference call? I'd
like to primarily discuss the env-vars / 'globals' / per-shot cc look
options.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#284
·
|
|
Re: Review: Inital pass at searchpath impl
Next week will be fantastic. Welcome back.
-- Jeremy
<malcolmh...@...> wrote:
Next week will be fantastic. Welcome back.
-- Jeremy
<malcolmh...@...> wrote:
|
By
Jeremy Selan <jeremy...@...>
·
#282
·
|
|
Re: Review: Inital pass at searchpath impl
Hi Jeremy,
Just letting you know I'm back from Holidays now, I'll try and go back through
and review what I have missed.
And we should line up a chat maybe next week if you are around.
.malcolm
Hi Jeremy,
Just letting you know I'm back from Holidays now, I'll try and go back through
and review what I have missed.
And we should line up a chat maybe next week if you are around.
.malcolm
|
By
Malcolm Humphreys <malcolmh...@...>
·
#283
·
|
|
Review: Bugfix for Nuke LogConvert
Nuke's OCIOLogConvert node was being applied in the wrong direction.
(What was listed as log->lin was actually the
Nuke's OCIOLogConvert node was being applied in the wrong direction.
(What was listed as log->lin was actually the
|
By
Jeremy Selan <jeremy...@...>
·
#281
·
|
|
Review: Removed CineonLogToLin Transform
CineonLogToLin was always occupying a sort of transform netherworld.
It's too specific to count as 'general math', but not specific enough
to be useful in many practical cases for linearizing film
CineonLogToLin was always occupying a sort of transform netherworld.
It's too specific to count as 'general math', but not specific enough
to be useful in many practical cases for linearizing film
|
By
Jeremy Selan <jeremy...@...>
·
#280
·
|
|
Review: AllocationTransform
These add a new transform type, AllocationTransform, which is useful
in mapping HDR color ranges into LDR code spaces. Two options are
supported: a uniform allocation, and a log-2 allocation, and
These add a new transform type, AllocationTransform, which is useful
in mapping HDR color ranges into LDR code spaces. Two options are
supported: a uniform allocation, and a log-2 allocation, and
|
By
Jeremy Selan <jeremy...@...>
·
#279
·
|
|
Re: Review: removed TODO
Merging this into trunk, no objections.
-- Jeremy
Merging this into trunk, no objections.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#278
·
|
|
Coming soon: Initial IIF support
For those not familiar with the IIF project, the Academy is
sponsoring a project to standardize a single floating-point linear
workflow across the motion picture
For those not familiar with the IIF project, the Academy is
sponsoring a project to standardize a single floating-point linear
workflow across the motion picture
|
By
Jeremy Selan <jeremy...@...>
·
#277
·
|