|
Re: Slack invite
May I also request an invite?
chriso...@...
Thank you! :)
May I also request an invite?
chriso...@...
Thank you! :)
|
By
Chris Offner <chriso...@...>
·
#1636
·
|
|
Re: Slack invite
Added :)
By
Sean Cooper <se...@...>
·
#1635
·
|
|
Slack invite
Hi! I wish to be invited to the ocio slack channel. I'm working with OCIO on all my projects in After Effects and currently porting some profiles over to OCIO.
Cheers!
//Jacob
Hi! I wish to be invited to the ocio slack channel. I'm working with OCIO on all my projects in After Effects and currently porting some profiles over to OCIO.
Cheers!
//Jacob
|
By
"Jacob Danell" <ja...@...>
·
#1634
·
|
|
Re: .CDL in addition to .CC and .CCC?
https://github.com/imageworks/OpenColorIO/pull/346
https://github.com/imageworks/OpenColorIO/pull/346
|
By
Deke Kincaid <dekek...@...>
·
#1633
·
|
|
.CDL in addition to .CC and .CCC?
I would really like to see OCIO support .cdl files in addition to .cc and .ccc as an direct input for the FileTransform and CDLTransform.
Of course there are ways and tools like cdl_convert to convert
I would really like to see OCIO support .cdl files in addition to .cc and .ccc as an direct input for the FileTransform and CDLTransform.
Of course there are ways and tools like cdl_convert to convert
|
By
Abraham Schneider <abraham....@...>
·
#1632
·
|
|
Re: OCIO 1.0.10
hi all,
I like to join the Slack conversation as well.
Thank you,
Jeremie
hi all,
I like to join the Slack conversation as well.
Thank you,
Jeremie
|
By
Jeremie Gerhardt <jeremie....@...>
·
#1631
·
|
|
Re: Review: FileTransform will try all lut formats (if the initial read fails)
I've also gotten away with putting no extension on them. It felt a little ropey, but not quite as misleading or prone to creating further problems if someone picked up the file and tried to use it
I've also gotten away with putting no extension on them. It felt a little ropey, but not quite as misleading or prone to creating further problems if someone picked up the file and tried to use it
|
By
Matt Plec <mp...@...>
·
#1630
·
|
|
Re: Review: FileTransform will try all lut formats (if the initial read fails)
Figured out i could rename the cube to cc and ocio identified it correctly anyways.
Figured out i could rename the cube to cc and ocio identified it correctly anyways.
|
By
er...@...
·
#1629
·
|
|
Re: Review: FileTransform will try all lut formats (if the initial read fails)
Digging this up
I have a config setup looking for $SHOT.cc but client decided to start sending .cube files instead
How would the config file need to look for this fallback to work?
Digging this up
I have a config setup looking for $SHOT.cc but client decided to start sending .cube files instead
How would the config file need to look for this fallback to work?
|
By
er...@...
·
#1628
·
|
|
Re: Using environment variables/context to point to a colorspace
Awesome!
--
Jonas Lindfors
VFX Artist
CHIMNEY
Skeppsbron 38
111 30 Stockholm
Mobile: +46 706 530 538
www.chimneygroup.com
Constantly
Awesome!
--
Jonas Lindfors
VFX Artist
CHIMNEY
Skeppsbron 38
111 30 Stockholm
Mobile: +46 706 530 538
www.chimneygroup.com
Constantly
|
By
Jonas Lindfors <jonas.l...@...>
·
#1627
·
|
|
Re: Using environment variables/context to point to a colorspace
Please refer to pull request #477
Please refer to pull request #477
|
By
Patrick Hodoul <patric...@...>
·
#1626
·
|
|
Re: Using environment variables/context to point to a colorspace
Hi guys. Does anyone know if this is solved? Is it possible to use variables to point to a colorspace?
Hi guys. Does anyone know if this is solved? Is it possible to use variables to point to a colorspace?
|
By
jonas.l...@...
·
#1625
·
|
|
Re: After Effects OCIO Plugin code age
Oh ok, good to know, I had assumed they were independent. This should be fine then, thanks!
Oh ok, good to know, I had assumed they were independent. This should be fine then, thanks!
|
By
Sean Cooper <se...@...>
·
#1624
·
|
|
Re: After Effects OCIO Plugin code age
I could pull them apart if absolutely necessary, but since they sort of depend on each other it's easier said than done. For example, I made some changes to the AE files so that the Photoshop plug-in
I could pull them apart if absolutely necessary, but since they sort of depend on each other it's easier said than done. For example, I made some changes to the AE files so that the Photoshop plug-in
|
By
Brendan Bolles <bre...@...>
·
#1623
·
|
|
Re: After Effects OCIO Plugin code age
Wonderful, thanks for the effort Brendan!
I'll have to look at this shortly. Before I go too far, do you think you could separate it into two pull requests? One for the AE plugin and another for the
Wonderful, thanks for the effort Brendan!
I'll have to look at this shortly. Before I go too far, do you think you could separate it into two pull requests? One for the AE plugin and another for the
|
By
Sean Cooper <se...@...>
·
#1622
·
|
|
Re: After Effects OCIO Plugin code age
OK, I have a new pull request that should have everything up to date.
https://github.com/imageworks/OpenColorIO/pull/476
OK, I have a new pull request that should have everything up to date.
https://github.com/imageworks/OpenColorIO/pull/476
|
By
Brendan Bolles <bre...@...>
·
#1621
·
|
|
Re: LUT tables in OCIO
Sorry, that should have been:
c.rgb = exp( tex3D(lut, c.rgb * scale + offset ).rgb );
Sorry, that should have been:
c.rgb = exp( tex3D(lut, c.rgb * scale + offset ).rgb );
|
By
Gonzalo Garramuno <ggar...@...>
·
#1620
·
|
|
Re: LUT tables in OCIO
I was able to match the output of ociodisplay with a NUM_STOPS of 8, a lattice of 64x64x64 and with the following change to the shader code:
c.rgb = exp( scale * texture3D(lut, c.rgb).rgb +
I was able to match the output of ociodisplay with a NUM_STOPS of 8, a lattice of 64x64x64 and with the following change to the shader code:
c.rgb = exp( scale * texture3D(lut, c.rgb).rgb +
|
By
Gonzalo Garramuno <ggar...@...>
·
#1619
·
|
|
3D Lut from PackedImageDesc processor
I have a GL Lut that is not created with OCIO. Instead an initial identity lut is created and this lut is passed on to the gfx card by my own code. So long, so good. However, this lut is
I have a GL Lut that is not created with OCIO. Instead an initial identity lut is created and this lut is passed on to the gfx card by my own code. So long, so good. However, this lut is
|
By
Gonzalo Garramuño <ggar...@...>
·
#1618
·
|
|
LUT tables in OCIO
Currently, I am using OCIO with a mixed CPU/GPU pipeline. Luts are 4 float colors which get fed like:
//
// Compute lutMin, lutMax, and scale and offset
// values, lutM and lutT, so that
Currently, I am using OCIO with a mixed CPU/GPU pipeline. Luts are 4 float colors which get fed like:
//
// Compute lutMin, lutMax, and scale and offset
// values, lutM and lutT, so that
|
By
ggar...@...
·
#1617
·
|