Re: Slack invite
John-Paul Smith
Could I have an invitation to the Slack workspace please? My e-mail address is jps@....
Thanks, J-P |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Invitation: OpenColor TSC meeting (F2F) @ Wed Jul 31, 2019 5pm - 6pm (EDT) (ocio-dev@lists.aswf.io)
|
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: custom ocio creation for nuke
Ravindra Korde
So if i want my new custom ocio preset like xyz-vfx, first i need to create OCIO configs using the OCIO Python API.
Thanks for your help mike, i will try make new one using this. |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: custom ocio creation for nuke
Michael Dolan
Hi Ravindra,
Typically OCIO configs are created using the OCIO Python API. The make.py file you referred to is one such script, which you could modify as needed and run with Python to create a new config. Here's another fairly simple example of a config authoring script for your reference: https://github.com/imageworks/OpenColorIO-Configs/blob/master/spi-vfx/make_vfx_ocio.py These scripts construct a Config object (with all your added ColorSpaces, Looks, and their Transforms), which can then be serialized to YAML text data and written to a file, typically named "config.ocio". One you have a new config created, set the "OCIO" environment variable on your system to point to the created "config.ocio" file on disk and Nuke will then use your config automatically. Alternatively, you can point Nuke's root "custom OCIO config" knob to your config file for the same result. Please refer to the "Config syntax" section of the user guide for an explanation of the resulting config file syntax and key concepts you should understand when authoring a config: http://opencolorio.org/userguide/index.html And reference the "Python API documentation" in the dev guide for a better understanding of the Python interface used by the above mentioned scripts: http://opencolorio.org/developers/index.html I hope that helps, Mike |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: After Effects and Photoshop updates for v2
Michael Dolan
Hi Brendan,
Apologies for the delayed reply. Doug already responded to this point in your other thread, but to further clarify, the "Photoshop and After Effects plugin updates." in the SIGGRAPH presentation were listed on the OCIO v1.1.0 slide, which referred to PR #476 that was merge merged for that release. Thanks, Mike |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Inverting a 3D LUT
Brendan Bolles
Ahh, OK, thanks for the info, Doug.
I guess I'll be submitting another pull request soon to get my v2 plug-ins in there. |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Inverting a 3D LUT
Doug Walker
Hi Brendan,
Thanks, glad you like it! Your understanding of Fast vs. Exact is correct.
Regarding the ability to control this from the public API, we have a PR in progress that will allow you to do that. We discussed this during the April OCIO v2 working group Zoom meeting (let me know if you'd like to join the v2 working group), but in summary the fast/exact control will be one of the "finalization" options that may be controlled from the public API. There will also be more control provided over the "optimization" options which control to what degree consecutive ops are merged, etc. Patrick will be posting a PR for review in another week or so.
(BTW, you had asked last week about the Photoshop/AE plugin bullet point from last year's SIGGRAPH presentation. I was hoping someone else might jump in on that, but I'm guessing that it was referring to your PR 514, not sure what else it would have been referring to.)
best,
Doug
From: <ocio-dev@...> on behalf of "brendan@..." <brendan@...>
I see that v2 has the ability to invert 3D LUTs, very cool! _._,_._,_ |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
custom ocio creation for nuke
Ravindra Korde
Hi All,
I'm trying to create custom ocio file for nuke, with reference of http://opencolorio.org/. im new at this so any help or suggestion will be appreciated. Thanks!!! |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Inverting a 3D LUT
Brendan Bolles
I see that v2 has the ability to invert 3D LUTs, very cool!
I also see that you can use Fast or Exact mode for rendering. I guess Fast mode samples a new inverted 3D LUT and renders from that, while Exact mode runs the inversion on each pixel? In my tests I couldn't tell the difference visually. I don't see a place in the public API to set LutInversionQuality though… |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Cancelled Event: OpenColorIO TSC meeting (weekly) - Monday, 20 May 2019
#cal-cancelled
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
Cancelled: OpenColorIO TSC meeting (weekly) This event has been cancelled. When: Where: Organizer: Description: Meeting notes listed by YYYY-MM-DD.md format at: Join Zoom Meeting https://zoom.us/j/924729729 One tap mobile +16699006833,,924729729# US (San Jose) +16465588656,,924729729# US (New York) Dial by your location +1 669 900 6833 US (San Jose) +1 646 558 8656 US (New York) +1 877 369 0926 US Toll-free +1 855 880 1246 US Toll-free Meeting ID: 924 729 729 Find your local number: https://zoom.us/u/abo9cwSMxj |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
After Effects and Photoshop updates for v2
Brendan Bolles
I saw the slides from SIGGRAPH talking about the new features in v2. One of the bullet points was "Photoshop and After Effects plugin updates." Any idea what those updates would be other than using the latest OCIO library with the new GPU API?
I've been moving the plug-ins to the latest library here. Brendan |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Using environment variables/context to point to a colorspace
Michael Dolan
Hi Anthony, The functionality in PR #477 was released with OCIO 1.1.0, which is included in VFX Reference Platform CY2019. Foundry hasn't gotten Nuke onto CY2019 quite yet. Nuke 11.3v3 ships with OCIO 1.0.9. To answer your other questions: 1) They would be pulling from a release tag (https://github.com/imageworks/OpenColorIO/tree/v1.0.9), not from master. Master is OCIO's dev branch. 2) In Nuke's Script Editor, run: import PyOpenColorIO as OCIO print OCIO.version 3) Some might. I don't personally. On Mon, Apr 22, 2019, 8:29 AM , <anthony.kramer@...> wrote: I've been trying to chase down this feature from the old google group. It looks like it was added (pull #477) but in the current version of Nuke I'm on (11.3v2) it doesn't seem to work. So it brings up a few questions: |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Slack invite
Michael Dolan
Anthony, dithermaster, you both have been invited (though dithermaster, you are already on Slack). On Tue, Apr 23, 2019, 12:43 PM , <dithermaster@...> wrote: I'd like to be added to Slack workspace too please. dithermaster@... |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Slack invite
Dithermaster
I'd like to be added to Slack workspace too please. dithermaster@...
Thanks! |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Using environment variables/context to point to a colorspace
anthony.kramer@...
I've been trying to chase down this feature from the old google group. It looks like it was added (pull #477) but in the current version of Nuke I'm on (11.3v2) it doesn't seem to work. So it brings up a few questions:
1) Does the foundry use the releases from the master OCIO repository on github? 2) If so, how do we know what version of OCIO is in the Nuke release? 3) Are many of you using your own builds to replace the foundry's version packaged with nuke? |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Re: Slack invite
anthony.kramer@...
I'd like to be added too please
|
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Cancelled Event: OpenColorIO TSC meeting (weekly) - Monday, 22 April 2019
#cal-cancelled
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
Cancelled: OpenColorIO TSC meeting (weekly) This event has been cancelled. When: Where: Organizer: Description: Meeting notes listed by YYYY-MM-DD.md format at: Join Zoom Meeting https://zoom.us/j/924729729 One tap mobile +16699006833,,924729729# US (San Jose) +16465588656,,924729729# US (New York) Dial by your location +1 669 900 6833 US (San Jose) +1 646 558 8656 US (New York) +1 877 369 0926 US Toll-free +1 855 880 1246 US Toll-free Meeting ID: 924 729 729 Find your local number: https://zoom.us/u/abo9cwSMxj |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
New file uploaded to ocio-dev@lists.aswf.io
ocio-dev@lists.aswf.io Notification <ocio-dev+notification@...>
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ocio-dev@... group. File: ocio-dev.mbox Uploaded By: John Mertic Description: You can access this file at the URL: Cheers, |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Updated Event: OpenColorIO TSC meeting (weekly) - Monday, 25 March 2019
#cal-invite
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
OpenColorIO TSC meeting (weekly) When: Where: Organizer: Description: * OCIO 1.1.1 Release
* OCIO-Configs license/copyright update
* /ext refactor update
* Google groups archive in GH repo?
* Google groups set to read-only, w/ auto-response
* Rotating PR reviewer
Join Zoom Meeting https://zoom.us/j/924729729 One tap mobile +16699006833,,924729729# US (San Jose) +16465588656,,924729729# US (New York) Dial by your location +1 669 900 6833 US (San Jose) +1 646 558 8656 US (New York) +1 877 369 0926 US Toll-free +1 855 880 1246 US Toll-free Meeting ID: 924 729 729 Find your local number: https://zoom.us/u/abo9cwSMxj |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Updated Event: OpenColorIO TSC meeting (weekly) - Monday, 18 March 2019
#cal-invite
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
OpenColorIO TSC meeting (weekly) When: Where: Organizer: Description: * OCIO-Configs license/copyright
* CII badge security tasks
* ext/ refactor investigation
* OCIO 1.1.1 (PR #678, #698)
* Pixel Format discussion (PR #699)
* GH Issue label for ASWF contribution query
* Google groups archive/offline
Join Zoom Meetinghttps://zoom.us/j/924729729 One tap mobile +16699006833,,924729729# US (San Jose) +16465588656,,924729729# US (New York) Dial by your location +1 669 900 6833 US (San Jose) +1 646 558 8656 US (New York) +1 877 369 0926 US Toll-free +1 855 880 1246 US Toll-free Meeting ID: 924 729 729 Find your local number: https://zoom.us/u/abo9cwSMxj |
||||||||||||||||||||||||||||||||||||
|