From: Jeremy Selan Date: Sat, 30 Jul 2011 21:35:19 +0000 (-0700) Subject: upon further consideration, renamed profiles back to config.ocio X-Git-Tag: v1.0_r0~4 X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=fb24764f47878121c1908ad03732c0827c7a0e94 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. --- 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