|
Review: Updated serialization code to log warnings when unknown variables are encountered
https://github.com/imageworks/OpenColorIO/pull/157 Updated much of the serialization code to log warnings when unknown tokens are encountered. Also, updated MatrixTransform to expose separate get/set
https://github.com/imageworks/OpenColorIO/pull/157 Updated much of the serialization code to log warnings when unknown tokens are encountered. Also, updated MatrixTransform to expose separate get/set
|
By
Jeremy Selan
·
|
|
Review: 0.9/1.0 API Changes
These are the (proposed) API Changes between 0.8 -> 1.0 (A bit of an omnibus pull request) Addresses issues: #36, #131, #130 (All other github API-tagged are not being considered for 1.0.) https://git
These are the (proposed) API Changes between 0.8 -> 1.0 (A bit of an omnibus pull request) Addresses issues: #36, #131, #130 (All other github API-tagged are not being considered for 1.0.) https://git
|
By
Jeremy Selan
·
|
|
Review: Minor OCIOFileTransform improvements and misc
https://github.com/imageworks/OpenColorIO/pull/153 Dynamically showing the cccid controls only when loading a .cc/.ccc file, dynamic tooltip listing supported formats, and enables including the Python
https://github.com/imageworks/OpenColorIO/pull/153 Dynamically showing the cccid controls only when loading a .cc/.ccc file, dynamic tooltip listing supported formats, and enables including the Python
|
By
dbr/Ben
·
|
|
0.9.X
2 messages
After further consideration, I think it's in the project's best interest to take advantage of this major version bump (v0 -> v1) to fix a few of the minor API issues prior to the 1.0 release. We've th
After further consideration, I think it's in the project's best interest to take advantage of this major version bump (v0 -> v1) to fix a few of the minor API issues prior to the 1.0 release. We've th
|
By
Jeremy Selan
·
|
|
Review: Split ColorSpace.family into ColorSpace.family / ColorSpace.equalitygroup
https://github.com/imageworks/OpenColorIO/pull/147 https://github.com/imageworks/OpenColorIO/issues/113 Split ColorSpace.family into ColorSpace.family / ColorSpace.equalitygroup This allows one to dis
https://github.com/imageworks/OpenColorIO/pull/147 https://github.com/imageworks/OpenColorIO/issues/113 Split ColorSpace.family into ColorSpace.family / ColorSpace.equalitygroup This allows one to dis
|
By
Jeremy Selan
·
|
|
Siggraph and OpenColorIO 1.0
OCIO Folks, First, thanks to all those who made it out to Siggraph (both the OpenColorIO Meetup, and our Open-Source 'Beer of a Feather'). We've had a lot of positive feedback, and couldn't have been
OCIO Folks, First, thanks to all those who made it out to Siggraph (both the OpenColorIO Meetup, and our Open-Source 'Beer of a Feather'). We've had a lot of positive feedback, and couldn't have been
|
By
Jeremy Selan
·
|
|
Minor issue with /software/ocio/share/ocio/setup_ocio.sh
3 messages
Minor issue in the /software/ocio/share/ocio/setup_ocio.sh export LD_LIBRARY_PATH="${OCIO_EXECROOT}/lib:${DYLD_LIBRARY_PATH}" should be export LD_LIBRARY_PATH="${OCIO_EXECROOT}/lib:${LD_LIBRARY_PATH}"
Minor issue in the /software/ocio/share/ocio/setup_ocio.sh export LD_LIBRARY_PATH="${OCIO_EXECROOT}/lib:${DYLD_LIBRARY_PATH}" should be export LD_LIBRARY_PATH="${OCIO_EXECROOT}/lib:${LD_LIBRARY_PATH}"
|
By
vfxGer
·
|
|
Reminder: Siggraph Festivities
2 messages
* Open Source VFX "Beer of a Feather" Wednesday, August 10, 2011, 6:00 pm Shebeen Whiskey House, 212 Carrall Street, Vancouver, BC V6B 2J1, Canada Located right next to Irish Heather GastroPub about a
* Open Source VFX "Beer of a Feather" Wednesday, August 10, 2011, 6:00 pm Shebeen Whiskey House, 212 Carrall Street, Vancouver, BC V6B 2J1, Canada Located right next to Irish Heather GastroPub about a
|
By
Jeremy Selan
·
|
|
Nested config files...?
3 messages
Nothing like rocking the boat after only just getting on... I'm still very new when it comes to OpenColorIO, so I have no idea if this has been discussed already and discounted, or whether people have
Nothing like rocking the boat after only just getting on... I'm still very new when it comes to OpenColorIO, so I have no idea if this has been discussed already and discounted, or whether people have
|
By
Hugh Macdonald
·
|
|
New to OCIO, and viewer processes in Nuke
4 messages
The other issue is that the nuke-default ocio config is intended to work in other applications other than nuke. And many of these other apps dont automatically include a 'none' option by default, the
The other issue is that the nuke-default ocio config is intended to work in other applications other than nuke. And many of these other apps dont automatically include a 'none' option by default, the
|
By
Jeremy Selan
·
|
|
Review: Nuke OCIOCDLTransform
https://github.com/imageworks/OpenColorIO/pull/144 Nuke's OCIOCDLTransform gains an option to load from a source .cc/.ccc file. Also, OCIOCDLTransform will display the source file contents in the inte
https://github.com/imageworks/OpenColorIO/pull/144 Nuke's OCIOCDLTransform gains an option to load from a source .cc/.ccc file. Also, OCIOCDLTransform will display the source file contents in the inte
|
By
Jeremy Selan
·
|
|
New to OCIO, and viewer processes in Nuke
2 messages
Hi all, New OCIO user here... Just playing around with it to see how it'll fit into our colour pipeline. Primarily playing with the Nuke side of things so far. One small thing that's cropped up is how
Hi all, New OCIO user here... Just playing around with it to see how it'll fit into our colour pipeline. Primarily playing with the Nuke side of things so far. One small thing that's cropped up is how
|
By
Hugh Macdonald
·
|
|
Updated OCIO Profile posted
Hello! We've updated the example OCIO Configurations. Zips / Tarballs can be downloaded from the following links: http://github.com/imageworks/OpenColorIO-Configs/zipball/master http://github.com/imag
Hello! We've updated the example OCIO Configurations. Zips / Tarballs can be downloaded from the following links: http://github.com/imageworks/OpenColorIO-Configs/zipball/master http://github.com/imag
|
By
Jeremy Selan
·
|
|
OCIO 0.8.5 released
Contains a critical bugfix for those using the Nuke OCIODisplay node. (0.8.4 introduced a regression where images with alpha accidentally had the display transform applied twice). Thanks to Sean Loope
Contains a critical bugfix for those using the Nuke OCIODisplay node. (0.8.4 introduced a regression where images with alpha accidentally had the display transform applied twice). Thanks to Sean Loope
|
By
Jeremy Selan
·
|
|
Review: Robuster HDL loading
More flexible Houdini LUT parsing, along with a couple of unrelated minor changes https://github.com/imageworks/OpenColorIO/pull/140
More flexible Houdini LUT parsing, along with a couple of unrelated minor changes https://github.com/imageworks/OpenColorIO/pull/140
|
By
DBR - Ben
·
|
|
Review: nuke: Fixed bug in OCIODisplay where luts were applied twice
Please review... https://github.com/imageworks/OpenColorIO/pull/141 Thanks! Sean Looper
Please review... https://github.com/imageworks/OpenColorIO/pull/141 Thanks! Sean Looper
|
By
Sean Looper
·
|
|
OCIO 0.8.4 released
OpenColorIO 0.8.4 has been released. Enjoy! -- Jeremy ------------------------------------------------ Version 0.8.4 (July 25 2011): * Native Look Support * Core / Nuke OCIODisplay supports alpha view
OpenColorIO 0.8.4 has been released. Enjoy! -- Jeremy ------------------------------------------------ Version 0.8.4 (July 25 2011): * Native Look Support * Core / Nuke OCIODisplay supports alpha view
|
By
Jeremy Selan
·
|
|
Thoughts on Alpha
An anonymous user asked... > Just wondering your thoughts on premultiplication and how it fits into a color managed pipeline. How does OCIO deal with premultiplication? First off, I'm 'pro' premultipl
An anonymous user asked... > Just wondering your thoughts on premultiplication and how it fits into a color managed pipeline. How does OCIO deal with premultiplication? First off, I'm 'pro' premultipl
|
By
Jeremy Selan
·
|
|
OpenColorIO @ Siggraph
2 messages
We will be hosting two OpenColorIO (OCIO) events at Siggraph, and we'd love to see you there! * OpenColorIO Meetup (BOF) Tues, 2:30-3:30 PM Convention Center 102, West Building This upcoming year is s
We will be hosting two OpenColorIO (OCIO) events at Siggraph, and we'd love to see you there! * OpenColorIO Meetup (BOF) Tues, 2:30-3:30 PM Convention Center 102, West Building This upcoming year is s
|
By
Jeremy Selan
·
|
|
Review: OCIO Alpha Handling
https://github.com/imageworks/OpenColorIO/pull/135 https://github.com/imageworks/OpenColorIO/issues/85 As OCIO is used to implement image displays, it was inconvenient that the software processing pat
https://github.com/imageworks/OpenColorIO/pull/135 https://github.com/imageworks/OpenColorIO/issues/85 As OCIO is used to implement image displays, it was inconvenient that the software processing pat
|
By
Jeremy Selan
·
|