|
OSX 10.9 compile expectations?
Do we expect 10.9 to properly compile the git master version of OpenColorIO?
Steps to reproduce:
“Clone in Desktop” to download software
Cmake (with defaults) to populate build dir
cd
Do we expect 10.9 to properly compile the git master version of OpenColorIO?
Steps to reproduce:
“Clone in Desktop” to download software
Cmake (with defaults) to populate build dir
cd
|
By
Rod Bogart <bog...@...>
·
#1293
·
|
|
Re: Allow config's context to be replaced?
Cool.
In the medium term, we hope to do a cleanup of the OCIO API to make it
easy to install as a system library in a binary compatible manner.
That way, should similar circumstances arise again you
Cool.
In the medium term, we hope to do a cleanup of the OCIO API to make it
easy to install as a system library in a binary compatible manner.
That way, should similar circumstances arise again you
|
By
Jeremy Selan <jeremy...@...>
·
#1292
·
|
|
Re: Allow config's context to be replaced?
Foundry bug ID is 40576 in case anyone comes across this later and wants to poke them about it.
Foundry bug ID is 40576 in case anyone comes across this later and wants to poke them about it.
|
By
Nathan Rusch <natha...@...>
·
#1291
·
|
|
Re: Allow config's context to be replaced?
Thanks Jeremy. Good to know I'm not missing something.
Unfortunately The Foundry have a tendency to drag their feet when it comes to updating third-party libraries, so they're still shipping OCIO
Thanks Jeremy. Good to know I'm not missing something.
Unfortunately The Foundry have a tendency to drag their feet when it comes to updating third-party libraries, so they're still shipping OCIO
|
By
Nathan Rusch <natha...@...>
·
#1290
·
|
|
Re: Allow config's context to be replaced?
It was definitely our intent to have a setCurrentContext, that looks
like an oversight.
In the meantime, can you see if your config object has a
"addEnvironmentVar" option? This was introduced
It was definitely our intent to have a setCurrentContext, that looks
like an oversight.
In the meantime, can you see if your config object has a
"addEnvironmentVar" option? This was introduced
|
By
Jeremy Selan <jeremy...@...>
·
#1289
·
|
|
Allow config's context to be replaced?
Hey all,
I'm wondering if there has been any thought or discussion internally about allowing a config's Context to be replaced in place. I've been looking at ways to change the context variables of
Hey all,
I'm wondering if there has been any thought or discussion internally about allowing a config's Context to be replaced in place. I've been looking at ways to change the context variables of
|
By
Nathan Rusch <natha...@...>
·
#1288
·
|
|
Re: OCIO 1.0.9 released
Hi again!
[1] is now attached to avoid unavailability due to build machine
refresh.
So, any advice?
TIA.
--
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID:
Hi again!
[1] is now attached to avoid unavailability due to build machine
refresh.
So, any advice?
TIA.
--
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID:
|
By
"Matteo F. Vescovi" <mfve...@...>
·
#1287
·
|
|
Re: OpenColorIO FTBFS on GNU/kFreeBSD boxes
Hi Matteo can you checkout https://github.com/imageworks/OpenColorIO/pull/345 and see if this solves the issue for building against yaml-cpp-0.5.x? before we merge this into master.
.malcolm
Hi Matteo can you checkout https://github.com/imageworks/OpenColorIO/pull/345 and see if this solves the issue for building against yaml-cpp-0.5.x? before we merge this into master.
.malcolm
|
By
Malcolm Humphreys <malcolmh...@...>
·
#1286
·
|
|
Re: An Academy Award for OpenColorIO!
Congrats and great job!
- this message sent using an e-approved device
Congrats and great job!
- this message sent using an e-approved device
|
By
Andrew Britton <andrew.d...@...>
·
#1285
·
|
|
Re: An Academy Award for OpenColorIO!
Woot!
Jeremy Selan <jere...@...> wrote:--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Woot!
Jeremy Selan <jere...@...> wrote:--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
By
Larry Gritz <l...@...>
·
#1284
·
|
|
Re: An Academy Award for OpenColorIO!
Woo-hoo! I can't think of a better way to start 2014. :)
It goes without saying that OCIO is a community effort so I'd like to
give a *huge* thanks to all the developers, users, and
Woo-hoo! I can't think of a better way to start 2014. :)
It goes without saying that OCIO is a community effort so I'd like to
give a *huge* thanks to all the developers, users, and
|
By
Jeremy Selan <jeremy...@...>
·
#1283
·
|
|
Re: OCIO 1.0.9 released
Hi!
Actually, this version FTBFS as you can see at [1].
Former versions didn't have this kind of problem.
Is there any change I should care about?
Thanks in advance.
Cheers.
[1]
Hi!
Actually, this version FTBFS as you can see at [1].
Former versions didn't have this kind of problem.
Is there any change I should care about?
Thanks in advance.
Cheers.
[1]
|
By
"Matteo F. Vescovi" <mfve...@...>
·
#1282
·
|
|
Re: Force a refresh of context variables?
Brilliant, I hadn't thought of that. Just stuck that into our viewer process gizmos and it works like charm.
I wasn't aware of the metadata trick, neat.
cheers,
-Mark
Brilliant, I hadn't thought of that. Just stuck that into our viewer process gizmos and it works like charm.
I wasn't aware of the metadata trick, neat.
cheers,
-Mark
|
By
Mark Visser <mvi...@...>
·
#1281
·
|
|
Re: Force a refresh of context variables?
Or you can save the context data in metadata (if the import format supports it, like exr).
and use:
key1:SHOT
value1:[metadata "look"]
this will make it possible to do different looks based on the
Or you can save the context data in metadata (if the import format supports it, like exr).
and use:
key1:SHOT
value1:[metadata "look"]
this will make it possible to do different looks based on the
|
By
Ashley Retallack <ashl...@...>
·
#1279
·
|
|
Re: Force a refresh of context variables?
If you only need a limited set of the env variables, you can set the Nuke node context tab up like so:
key1: SHOT
value1: [getenv SHOT]
..etc, then it will dynamically pick up changes to the SHOT
If you only need a limited set of the env variables, you can set the Nuke node context tab up like so:
key1: SHOT
value1: [getenv SHOT]
..etc, then it will dynamically pick up changes to the SHOT
|
By
dbr/Ben <dbr....@...>
·
#1280
·
|
|
Force a refresh of context variables?
Hi folks,
A feature that our artists fought long and hard to have is the ability to change shots from within their software, without going back to the shell and doing a "setshot" (which sets up
Hi folks,
A feature that our artists fought long and hard to have is the ability to change shots from within their software, without going back to the shell and doing a "setshot" (which sets up
|
By
Mark Visser <mvi...@...>
·
#1277
·
|
|
Re: An Academy Award for OpenColorIO!
Congratulations Jeremy!
By
Andrew Hunter <and...@...>
·
#1278
·
|
|
Any new release planned?
I was asked by a user to rebuild OpenColorIO with OpenImageIO as a dependency so the additional cli tools are built. I didn't do this originally because I didn't want them mutually dependent on each
I was asked by a user to rebuild OpenColorIO with OpenImageIO as a dependency so the additional cli tools are built. I didn't do this originally because I didn't want them mutually dependent on each
|
By
Richard Shaw <hobbe...@...>
·
#1276
·
|
|
Re: An Academy Award for OpenColorIO!
Congratulations Jeremy and everyone who was contributed to, supports, and uses OpenColorIO! Very well deserved.
Congratulations Jeremy and everyone who was contributed to, supports, and uses OpenColorIO! Very well deserved.
|
By
Dithermaster <dither...@...>
·
#1274
·
|
|
Re: An Academy Award for OpenColorIO!
Congratulations Jeremy and team!
Congratulations Jeremy and team!
|
By
Adam Martinez <amarti...@...>
·
#1272
·
|