|
Re: Regular Expression LUT matching
It should pick the latest filename of all matches in alphabetical/numerical order so that in case we
It should pick the latest filename of all matches in alphabetical/numerical order so that in case we
|
By
nhatpho...@...
·
#1215
·
|
|
Re: Regular Expression LUT matching
Is there a specific use case for this, it just feels dangerous.. Could we not just support ordered multiple luts? Eg. "/foobar/blah.lut:/cheese/foo.csp".
Jeremy Selan <jere...@...> wrote:
Interesting
Is there a specific use case for this, it just feels dangerous.. Could we not just support ordered multiple luts? Eg. "/foobar/blah.lut:/cheese/foo.csp".
Jeremy Selan <jere...@...> wrote:
Interesting
|
By
Malcolm Humphreys <malcolmh...@...>
·
#1216
·
|
|
Re: Regular Expression LUT matching
Interesting idea. Not currently possible, very do-able.
What if multiple luts match the specified pattern? Which would be selected? Or would this be an error?
What are your thoughts on full regex vs
Interesting idea. Not currently possible, very do-able.
What if multiple luts match the specified pattern? Which would be selected? Or would this be an error?
What are your thoughts on full regex vs
|
By
Jeremy Selan <jeremy...@...>
·
#1214
·
|
|
Regular Expression LUT matching
Hi!
In a scenario where the LUT name consists of some known variables and an arbitrary string I would like to use something like regular expressions to match the LUT file. For
Hi!
In a scenario where the LUT name consists of some known variables and an arbitrary string I would like to use something like regular expressions to match the LUT file. For
|
By
nhatpho...@...
·
#1213
·
|
|
Re: RV integration WIP
It's our understanding that RV 4.0 ships with OCIO built-in so you shouldn't need to compile it yourself.
http://www.tweaksoftware.com/beta-test
Give that a shot, and let us know what you find?
--
It's our understanding that RV 4.0 ships with OCIO built-in so you shouldn't need to compile it yourself.
http://www.tweaksoftware.com/beta-test
Give that a shot, and let us know what you find?
--
|
By
Jeremy Selan <jeremy...@...>
·
#1212
·
|
|
Re: RV integration WIP
Any news on this?
We'd be highly interested in RV support for OCIO as all our bigger shows are using OCIO as the default colorpipeline.
Last time we tried to compile OCIO for Windows it wasn't that
Any news on this?
We'd be highly interested in RV support for OCIO as all our bigger shows are using OCIO as the default colorpipeline.
Last time we tried to compile OCIO for Windows it wasn't that
|
By
nhatpho...@...
·
#1211
·
|
|
Re: [pyOpenColorIO] get LUT type ?
Thanks, that did the trick !
++
Marie
Thanks, that did the trick !
++
Marie
|
By
Marie Fétiveau <m...@...>
·
#1210
·
|
|
Re: [pyOpenColorIO] get LUT type ?
Not directly.
The issue that makes this complex is that some lut files (such as csp) can contain both 1D and 3D luts together. So the distinction between what should be considered 1-D, vs 3-D isn't
Not directly.
The issue that makes this complex is that some lut files (such as csp) can contain both 1D and 3D luts together. So the distinction between what should be considered 1-D, vs 3-D isn't
|
By
Jeremy Selan <jeremy...@...>
·
#1208
·
|
|
Sci-Tech Request
Folks,
As you may have noticed, ASC-CDL was selected for Sci-Tech consideration this year under the category of "Digital workflow specifications for managing
Folks,
As you may have noticed, ASC-CDL was selected for Sci-Tech consideration this year under the category of "Digital workflow specifications for managing
|
By
Jeremy Selan <jeremy...@...>
·
#1207
·
|
|
[pyOpenColorIO] get LUT type ?
Hello !
I wrote a python script to plot 1D and 3D LUTs.
It uses pyOpenColorIO to read and process LUTs and matplotlib to plot them.
For the moment, I have to specify manually if the LUT is 1D or 3D to
Hello !
I wrote a python script to plot 1D and 3D LUTs.
It uses pyOpenColorIO to read and process LUTs and matplotlib to plot them.
For the moment, I have to specify manually if the LUT is 1D or 3D to
|
By
Marie Fétiveau <m...@...>
·
#1209
·
|
|
Patch for the getActiveViews env issue
Hi guys,
I noticed there is an issue with getting the active Views list when it has been overridden in the environment using OCIO_ACTIVE_VIEWS.
I've attached a patch that will fix this.
Also I
Hi guys,
I noticed there is an issue with getting the active Views list when it has been overridden in the environment using OCIO_ACTIVE_VIEWS.
I've attached a patch that will fix this.
Also I
|
By
Ashley Retallack <ashl...@...>
·
#1206
·
|
|
3rd annual Open Source "Beer of a Feather"
For those of you attending SIGGRAPH 2013 in Anaheim next week, 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
For those of you attending SIGGRAPH 2013 in Anaheim next week, 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
|
By
Larry Gritz <l...@...>
·
#1205
·
|
|
Re: converting LUTs
You can use ociobakelut for this purpose.
http://opencolorio.org/userguide/baking_luts.html
-sean
You can use ociobakelut for this purpose.
http://opencolorio.org/userguide/baking_luts.html
-sean
|
By
Sean Looper <sean....@...>
·
#1204
·
|
|
converting LUTs
Hi,
The convert utility seems to only convert a given image from one color space to another. How can I convert the LUT itself?
Specifically, I am trying to convert Iridas .CUBE to Lustre .3dl
Plz
Hi,
The convert utility seems to only convert a given image from one color space to another. How can I convert the LUT itself?
Specifically, I am trying to convert Iridas .CUBE to Lustre .3dl
Plz
|
By
Paul Damstadt <paul.d...@...>
·
#1203
·
|
|
Re: Thoughts on layering of multiple config files
Hi Ben,
I did see your responses to Hugh's thread after he pointed me to it. However, once again, the discussion seems to be centered around the idea of nesting or referencing config files, whereas
Hi Ben,
I did see your responses to Hugh's thread after he pointed me to it. However, once again, the discussion seems to be centered around the idea of nesting or referencing config files, whereas
|
By
Nathan Rusch <natha...@...>
·
#1201
·
|
|
Re: Thoughts on layering of multiple config files
There is a ticket for this, https://github.com/imageworks/OpenColorIO/issues/282
Jeremy's reply to https://groups.google.com/forum/#!topic/ocio-dev/okBHXi1ibnM sums up most of my concerns about this
There is a ticket for this, https://github.com/imageworks/OpenColorIO/issues/282
Jeremy's reply to https://groups.google.com/forum/#!topic/ocio-dev/okBHXi1ibnM sums up most of my concerns about this
|
By
dbr/Ben <dbr....@...>
·
#1202
·
|
|
Re: Thoughts on layering of multiple config files
Thanks for the information everyone.
It sounds like the general thoughts in this direction so far are leaning toward the idea of nesting or referencing configurations within each other. While I think
Thanks for the information everyone.
It sounds like the general thoughts in this direction so far are leaning toward the idea of nesting or referencing configurations within each other. While I think
|
By
Nathan Rusch <natha...@...>
·
#1200
·
|
|
Re: Thoughts on layering of multiple config files
I was hoping we could use a combination of anchors and references (http://en.wikipedia.org/wiki/YAML#References) with some kind of special '#include some_other_$(SHOW).ocio' which would be resolved
I was hoping we could use a combination of anchors and references (http://en.wikipedia.org/wiki/YAML#References) with some kind of special '#include some_other_$(SHOW).ocio' which would be resolved
|
By
Malcolm Humphreys <malcolmh...@...>
·
#1199
·
|
|
Re: Thoughts on layering of multiple config files
Hey folks,
Although implementation of issue #282 below is still ideal, I have been testing a combination of FUSE and OCIO, using FUSE as a way to abstract database queries, presenting results as
Hey folks,
Although implementation of issue #282 below is still ideal, I have been testing a combination of FUSE and OCIO, using FUSE as a way to abstract database queries, presenting results as
|
By
Rob Molholm <robert....@...>
·
#1198
·
|
|
Re: Thoughts on layering of multiple config files
Hi.
Unfortunately the ability to layer ocio configurations isnt implemented yet, though we do consider it a really good idea. See this existing issue for more information, or to add your
Hi.
Unfortunately the ability to layer ocio configurations isnt implemented yet, though we do consider it a really good idea. See this existing issue for more information, or to add your
|
By
Jeremy Selan <jeremy...@...>
·
#1197
·
|