|
Re: Slack access request
Sent.
Let me know if there are any issues.
Sent.
Let me know if there are any issues.
|
By
Sean Cooper
·
#1939
·
|
|
Slack access request
To sagland@... please.
Sent from my phone.
To sagland@... please.
Sent from my phone.
|
By
Steve Agland
·
#1938
·
|
|
Re: Suggestion to switch from Zoom to an open source alternative for meetings
Oh, if the entire ASWF uses Zoom as a standard, then I guess using it makes sense. Although it might have seemed so, my main reason for the suggestion was to use and promote open source tech. instead
Oh, if the entire ASWF uses Zoom as a standard, then I guess using it makes sense. Although it might have seemed so, my main reason for the suggestion was to use and promote open source tech. instead
|
By
Rashil Gandhi <rashil2000@...>
·
#1937
·
|
|
Re: Suggestion to switch from Zoom to an open source alternative for meetings
We're really drafting off the fact that all the ASWF groups (and I assume the rest of the Linux Foundation) use Zoom as their standard for meetings. So really, if this is an important topic, it is one
We're really drafting off the fact that all the ASWF groups (and I assume the rest of the Linux Foundation) use Zoom as their standard for meetings. So really, if this is an important topic, it is one
|
By
Larry Gritz
·
#1936
·
|
|
Suggestion to switch from Zoom to an open source alternative for meetings
Hi all,
This is my first message on the list here, so if I get something wrong, I apologize for that.
The title explains it all though. Zoom has come under a lot of scrutiny lately. Letting unwanted
Hi all,
This is my first message on the list here, so if I get something wrong, I apologize for that.
The title explains it all though. Zoom has come under a lot of scrutiny lately. Letting unwanted
|
By
rashil2000@...
·
#1935
·
Edited
|
|
Upcoming Events
#cal-summary
OpenColorIO Dev Discussion Upcoming Events OpenColorIO TSC meeting (weekly)
When:
Monday, 27 April 2020, 9:30am to 10:00am
(GMT-07:00) America/Los
OpenColorIO Dev Discussion Upcoming Events OpenColorIO TSC meeting (weekly)
When:
Monday, 27 April 2020, 9:30am to 10:00am
(GMT-07:00) America/Los
|
By
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
·
#1934
·
|
|
Upcoming Events
#cal-summary
OpenColorIO Dev Discussion Upcoming Events OpenColorIO TSC meeting (weekly)
When:
Monday, 20 April 2020, 9:30am to 10:00am
(GMT-07:00) America/Los
OpenColorIO Dev Discussion Upcoming Events OpenColorIO TSC meeting (weekly)
When:
Monday, 20 April 2020, 9:30am to 10:00am
(GMT-07:00) America/Los
|
By
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
·
#1933
·
|
|
Cancelled Event: OpenColorIO TSC meeting (weekly) - Monday, 13 April 2020
#cal-cancelled
Cancelled: OpenColorIO TSC meeting (weekly)
This event has been cancelled.
When:
Monday, 13 April 2020
9:30am to 10:00am
(UTC-07:00) America/Los
Cancelled: OpenColorIO TSC meeting (weekly)
This event has been cancelled.
When:
Monday, 13 April 2020
9:30am to 10:00am
(UTC-07:00) America/Los
|
By
ocio-dev@lists.aswf.io Calendar <ocio-dev@...>
·
#1932
·
|
|
Re: Slack Invite
Invite sent!
By
Mark Boorer
·
#1931
·
|
|
Re: Slack Invite
My email address is shakeel.shafique@...
My email address is shakeel.shafique@...
|
By
Shakeel
·
#1930
·
|
|
Slack Invite
Hi,
Can you please invite me to the slack channel to my email address.
Thanks,
Shakeel.
Hi,
Can you please invite me to the slack channel to my email address.
Thanks,
Shakeel.
|
By
Shakeel
·
#1929
·
|
|
Re: Instructions on how to build for Windows
Yes. Python 3 is not supported by OCIOv1.
Yes. Python 3 is not supported by OCIOv1.
|
By
Patrick Hodoul
·
#1928
·
|
|
Re: Instructions on how to build for Windows
Thanks Patrick, I'll give it a try. Pretty sure I tried that, but it might have been that I changed -DOCIO_BUILD_PYGLUE:BOOL=ON.
Also, python is updated to Python3 in the portfile, I guess that needs
Thanks Patrick, I'll give it a try. Pretty sure I tried that, but it might have been that I changed -DOCIO_BUILD_PYGLUE:BOOL=ON.
Also, python is updated to Python3 in the portfile, I guess that needs
|
By
Simon Björk
·
#1927
·
|
|
Re: Instructions on how to build for Windows
The cmake flag to set is OCIO_BUILD_JNIGLUE.
You can replace "-DOCIO_BUILD_JNIGLUE:BOOL=OFF" by "-DOCIO_BUILD_JNIGLUE:BOOL=ON".
The cmake flag to set is OCIO_BUILD_JNIGLUE.
You can replace "-DOCIO_BUILD_JNIGLUE:BOOL=OFF" by "-DOCIO_BUILD_JNIGLUE:BOOL=ON".
|
By
Patrick Hodoul
·
#1926
·
|
|
Re: Instructions on how to build for Windows
But is there a way? I tried editing the vcpkg config for opencolorio and tried with USE_PYTHON, BUILD_PYTHON etc, but none of them worked.
-------------------------------
Simon
But is there a way? I tried editing the vcpkg config for opencolorio and tried with USE_PYTHON, BUILD_PYTHON etc, but none of them worked.
-------------------------------
Simon
|
By
Simon Björk
·
#1925
·
|
|
Re: Instructions on how to build for Windows
Based on the build settings, vcpkg does not build the Python Bindings.
Based on the build settings, vcpkg does not build the Python Bindings.
|
By
Patrick Hodoul
·
#1924
·
|
|
Re: Instructions on how to build for Windows
Vcpkg works great to build the lib, cmd applications etc. However I haven't had any success with the python bindings using vcpkg.
/Simon
-------------------------------
Simon
Vcpkg works great to build the lib, cmd applications etc. However I haven't had any success with the python bindings using vcpkg.
/Simon
-------------------------------
Simon
|
By
Simon Björk
·
#1923
·
|
|
Re: Instructions on how to build for Windows
There are some notes on building from source using CMake here:
https://opencolorio.org/installation.html
I'm not aware of a containerised solution for the windows side of things, but I thought I'd
There are some notes on building from source using CMake here:
https://opencolorio.org/installation.html
I'm not aware of a containerised solution for the windows side of things, but I thought I'd
|
By
Robert Fanner
·
#1922
·
Edited
|
|
Instructions on how to build for Windows
Can anyone point me to a link or tutorial showing how to build OpenColorIO for Windows?
If precompiled versions are available that would be even better.
Can anyone point me to a link or tutorial showing how to build OpenColorIO for Windows?
If precompiled versions are available that would be even better.
|
By
swamiforlife@...
·
#1921
·
|
|
Re: Request for the access to slack workspace
Thanks for adding me to the slack workspace
Thanks for adding me to the slack workspace
|
By
Diptanshu Mittal <diptanshu18232@...>
·
#1920
·
|