[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50890] trunk/blender/release/datafiles/ colormanagement/config.ocio: Fix for last color management commit, wrongly assumed aces_to_rec709.spimtx was in svn.

Brecht Van Lommel brechtvanlommel at pandora.be
Tue Sep 25 17:24:06 CEST 2012


Revision: 50890
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50890
Author:   blendix
Date:     2012-09-25 15:24:06 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
Fix for last color management commit, wrongly assumed aces_to_rec709.spimtx was in svn.

Modified Paths:
--------------
    trunk/blender/release/datafiles/colormanagement/config.ocio

Modified: trunk/blender/release/datafiles/colormanagement/config.ocio
===================================================================
--- trunk/blender/release/datafiles/colormanagement/config.ocio	2012-09-25 15:11:34 UTC (rev 50889)
+++ trunk/blender/release/datafiles/colormanagement/config.ocio	2012-09-25 15:24:06 UTC (rev 50890)
@@ -95,7 +95,7 @@
         - !<FileTransform> {src: adx_cid_to_rle.spi1d, interpolation: linear}
         - !<LogTransform> {base: 10, direction: inverse}
         - !<FileTransform> {src: adx_exp_to_aces.spimtx}
-        - !<FileTransform> {src: aces_to_rec709.spimtx, interpolation: nearest}
+        - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse}
 
   - !<ColorSpace>
     name: Linear ACES
@@ -107,7 +107,7 @@
     isdata: false
     allocation: uniform
     allocationvars: [-8.5, 5]
-    to_reference: !<FileTransform> {src: aces_to_rec709.spimtx, interpolation: nearest}
+    to_reference: !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse}
 
   - !<ColorSpace>
     name: rrt_srgb




More information about the Bf-blender-cvs mailing list