|
Review: removed config.getEditableColorSpace
This checkin removed config.getEditableColorSpace(...). Users should
use the existing getColorSpace, and addColorSpace as replacements.
getEditableColorSpace has always been a wart on the OCIO API,
This checkin removed config.getEditableColorSpace(...). Users should
use the existing getColorSpace, and addColorSpace as replacements.
getEditableColorSpace has always been a wart on the OCIO API,
|
By
Jeremy Selan <jeremy...@...>
·
#315
·
|
|
Re: Review: Add config.sanityCheck
Your idea would also work. Not sure if either is better.
sanityCheck() was inspired by OpenEXR, which has a function of the
same name, and performs a similar action. Guess I just had that model
in
Your idea would also work. Not sure if either is better.
sanityCheck() was inspired by OpenEXR, which has a function of the
same name, and performs a similar action. Guess I just had that model
in
|
By
Jeremy Selan <jeremy...@...>
·
#313
·
|
|
Re: Review: Add config.sanityCheck
Could we call this config.validate(), I know we are all a bit insane ;)
enum ConfigValid
{
CONFIG_UNKNOWN = 0,
CONFIG_VALID,
CONFIG_INVALID
}
What do you think about not throwing an
Could we call this config.validate(), I know we are all a bit insane ;)
enum ConfigValid
{
CONFIG_UNKNOWN = 0,
CONFIG_VALID,
CONFIG_INVALID
}
What do you think about not throwing an
|
By
Malcolm Humphreys <malcolmh...@...>
·
#314
·
|
|
Review: Add config.sanityCheck
This will prevent the issues Blake encountered from happening again.
http://groups.google.com/group/ocio-dev/browse_thread/thread/c073e0f4fde995f7
This also addresses an outstanding
This will prevent the issues Blake encountered from happening again.
http://groups.google.com/group/ocio-dev/browse_thread/thread/c073e0f4fde995f7
This also addresses an outstanding
|
By
Jeremy Selan <jeremy...@...>
·
#312
·
|
|
Re: Testing Nuke Plugins
An updated nuke-default profile has been posted that should resolve
all your issues:
http://sites.google.com/site/opencolorio/downloads
Sorry for the trouble!
(I'll be submitting a patch later today
An updated nuke-default profile has been posted that should resolve
all your issues:
http://sites.google.com/site/opencolorio/downloads
Sorry for the trouble!
(I'll be submitting a patch later today
|
By
Jeremy Selan <jeremy...@...>
·
#311
·
|
|
Re: Testing Nuke Plugins
Blake,
Thanks for the testing!
* Glad to hear OCIOFileTransform is working. My goal is to support
(at a minimum) all of Nuke's lut formats in the near future.
* We're lucky that the nuke cineon
Blake,
Thanks for the testing!
* Glad to hear OCIOFileTransform is working. My goal is to support
(at a minimum) all of Nuke's lut formats in the near future.
* We're lucky that the nuke cineon
|
By
Jeremy Selan <jeremy...@...>
·
#310
·
|
|
Re: Testing Nuke Plugins
Gah. Correction:
The OCIODisplay node seems to ignore the 'input colorspace' knob.
Display transform and exposure work as expected.
As for the LogConvert node, switching the operation from loglin
Gah. Correction:
The OCIODisplay node seems to ignore the 'input colorspace' knob.
Display transform and exposure work as expected.
As for the LogConvert node, switching the operation from loglin
|
By
bsloan <bsl...@...>
·
#309
·
|
|
Testing Nuke Plugins
Hi all,
I've tested the OCIO 0.7.3 Nuke suite in Nuke 6.1v3 and have noticed
some possible bugs (or user errors ).
First of all, I downloaded the configs for 0.7 and pointed my OCIO env
var to the
Hi all,
I've tested the OCIO 0.7.3 Nuke suite in Nuke 6.1v3 and have noticed
some possible bugs (or user errors ).
First of all, I downloaded the configs for 0.7 and pointed my OCIO env
var to the
|
By
bsloan <bsl...@...>
·
#308
·
|
|
Re: Adding multiple bit depths to one <!ColorSpace>
Hi did you guys have any more thoughts on this? Jeremy do you see this fitting in somehow with contexts?
.malcolm
Hi did you guys have any more thoughts on this? Jeremy do you see this fitting in somehow with contexts?
.malcolm
|
By
Malcolm Humphreys <malcolmh...@...>
·
#307
·
|
|
0.7.3 Released
Version 0.7.3 (Dec 16 2010):
* Added example applications: ociodisplay, ocioconvert
* Makefile: Add boost header dependency
* Makefile: Nuke plugins are now version specific
* Fixed
Version 0.7.3 (Dec 16 2010):
* Added example applications: ociodisplay, ocioconvert
* Makefile: Add boost header dependency
* Makefile: Nuke plugins are now version specific
* Fixed
|
By
Jeremy Selan <jeremy...@...>
·
#306
·
|
|
Re: Review: Added example image viewer
LGTM
By
Malcolm Humphreys <malcolmh...@...>
·
#305
·
|
|
Re: Review: updated readme and usage example
LGTM
By
Malcolm Humphreys <malcolmh...@...>
·
#304
·
|
|
Re: Review: Bugfix for GLSL GPU
LGTM
By
Malcolm Humphreys <malcolmh...@...>
·
#303
·
|
|
Review: Added example image viewer
I've added a working GLSL image viewer example.
It relies on OpenImageIO to load an arbitrary image, and then will
display it using OpenColorIO. It's pretty awesome to see how little
code in
I've added a working GLSL image viewer example.
It relies on OpenImageIO to load an arbitrary image, and then will
display it using OpenColorIO. It's pretty awesome to see how little
code in
|
By
Jeremy Selan <jeremy...@...>
·
#302
·
|
|
Review: updated readme and usage example
Commits:
1c2d95e82e
Not much to this one...
-- Jeremy
Commits:
1c2d95e82e
Not much to this one...
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#301
·
|
|
Review: Bugfix for GLSL GPU
Commits:
54b464d255
Fixed the bug where the application of MatrixOps on the GPU (for GLSL
only) had the wrong multiplication order.
-- Jeremy
Commits:
54b464d255
Fixed the bug where the application of MatrixOps on the GPU (for GLSL
only) had the wrong multiplication order.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#300
·
|
|
Re: Adding multiple bit depths to one <!ColorSpace>
Yeah I can see 'family' would be really useful for grouping colorspaces based on purpose which could be as abstract as the profile builder would like. In the examples I couldn't see a case where
Yeah I can see 'family' would be really useful for grouping colorspaces based on purpose which could be as abstract as the profile builder would like. In the examples I couldn't see a case where
|
By
Malcolm Humphreys <malcolmh...@...>
·
#299
·
|
|
Re: Adding multiple bit depths to one <!ColorSpace>
Malcolm,
I like it. However I'd like to keep the option for a family designation. For simple colorspaces I see this as great way to simplify things. The family designation is still useful for
Malcolm,
I like it. However I'd like to keep the option for a family designation. For simple colorspaces I see this as great way to simplify things. The family designation is still useful for
|
By
Joseph Slomka <jsl...@...>
·
#295
·
|
|
Re: Review: added TestForDDImageVersion.cxx to support multiple versions of nuke
Looks good to me, thanks!
-- Jeremy
<malcolmh...@...> wrote:
Looks good to me, thanks!
-- Jeremy
<malcolmh...@...> wrote:
|
By
Jeremy Selan <jeremy...@...>
·
#294
·
|
|
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
·
|