From fb24764f47878121c1908ad03732c0827c7a0e94 Mon Sep 17 00:00:00 2001 From: Jeremy Selan Date: Sat, 30 Jul 2011 14:35:19 -0700 Subject: [PATCH] upon further consideration, renamed profiles back to config.ocio The apparent intent if the original rename was to allow them to exist in the same directory, but to do so would have created lut naming conflicts. So, for now, its better to revert to the original names. Also updated iif / nuke-default to have 0.8 spacing. --- iif/config.ocio | 2 +- nuke-default/config.ocio | 2 +- spi-anim/{spi-anim.ocio => config.ocio} | 0 spi-vfx/{spi-vfx.ocio => config.ocio} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename spi-anim/{spi-anim.ocio => config.ocio} (100%) rename spi-vfx/{spi-vfx.ocio => config.ocio} (100%) diff --git a/iif/config.ocio b/iif/config.ocio index ab0371a..33bcb4a 100644 --- a/iif/config.ocio +++ b/iif/config.ocio @@ -1,4 +1,3 @@ ---- ocio_profile_version: 1 search_path: luts @@ -21,6 +20,7 @@ displays: sRGB: - ! {name: Raw, colorspace: raw} - ! {name: RRT, colorspace: rrt_odt_r709} + active_displays: [sRGB, p3d60] active_views: [RRT, Raw] diff --git a/nuke-default/config.ocio b/nuke-default/config.ocio index 54da55e..cc76e01 100644 --- a/nuke-default/config.ocio +++ b/nuke-default/config.ocio @@ -1,4 +1,3 @@ ---- ocio_profile_version: 1 search_path: luts @@ -18,6 +17,7 @@ displays: - ! {name: sRGB, colorspace: sRGB} - ! {name: rec709, colorspace: rec709} - ! {name: raw, colorspace: raw} + active_displays: [default] active_views: [sRGB, rec709, raw] diff --git a/spi-anim/spi-anim.ocio b/spi-anim/config.ocio similarity index 100% rename from spi-anim/spi-anim.ocio rename to spi-anim/config.ocio diff --git a/spi-vfx/spi-vfx.ocio b/spi-vfx/config.ocio similarity index 100% rename from spi-vfx/spi-vfx.ocio rename to spi-vfx/config.ocio -- 1.7.10.4