[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48804] branches/soc-2011-tomato: Code cleanup, typo fixes

Sergey Sharybin sergey.vfx at gmail.com
Tue Jul 10 15:40:09 CEST 2012


Revision: 48804
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48804
Author:   nazgul
Date:     2012-07-10 13:40:09 +0000 (Tue, 10 Jul 2012)
Log Message:
-----------
Code cleanup, typo fixes

Modified Paths:
--------------
    branches/soc-2011-tomato/build_files/scons/tools/Blender.py
    branches/soc-2011-tomato/intern/opencolorio/ocio_capi.h
    branches/soc-2011-tomato/source/blender/imbuf/IMB_imbuf.h

Modified: branches/soc-2011-tomato/build_files/scons/tools/Blender.py
===================================================================
--- branches/soc-2011-tomato/build_files/scons/tools/Blender.py	2012-07-10 13:24:29 UTC (rev 48803)
+++ branches/soc-2011-tomato/build_files/scons/tools/Blender.py	2012-07-10 13:40:09 UTC (rev 48804)
@@ -587,7 +587,7 @@
         commands.getoutput(cmd)
         cmd = 'cp -R %s/release/datafiles/fonts %s/%s.app/Contents/MacOS/%s/datafiles/'%(bldroot,installdir,binary,VERSION)
         commands.getoutput(cmd)
-	if env['WITH_BF_OCIO']:
+        if env['WITH_BF_OCIO']:
             cmd = 'cp -R %s/release/datafiles/colormanagement %s/%s.app/Contents/MacOS/%s/datafiles/'%(bldroot,installdir,binary,VERSION)
             commands.getoutput(cmd)
         cmd = 'cp -R %s/release/scripts %s/%s.app/Contents/MacOS/%s/'%(bldroot,installdir,binary,VERSION)

Modified: branches/soc-2011-tomato/intern/opencolorio/ocio_capi.h
===================================================================
--- branches/soc-2011-tomato/intern/opencolorio/ocio_capi.h	2012-07-10 13:24:29 UTC (rev 48803)
+++ branches/soc-2011-tomato/intern/opencolorio/ocio_capi.h	2012-07-10 13:40:09 UTC (rev 48804)
@@ -100,7 +100,7 @@
 void OCIO_displayTransformRelease(DisplayTransformRcPtr *dt);
 
 PackedImageDesc *OCIO_createPackedImageDesc(float *data, long width, long height, long numChannels,
-											long chanStrideBytes, long xStrideBytes, long yStrideBytes);
+                                            long chanStrideBytes, long xStrideBytes, long yStrideBytes);
 
 void OCIO_packedImageDescRelease(PackedImageDesc *p);
 

Modified: branches/soc-2011-tomato/source/blender/imbuf/IMB_imbuf.h
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/IMB_imbuf.h	2012-07-10 13:24:29 UTC (rev 48803)
+++ branches/soc-2011-tomato/source/blender/imbuf/IMB_imbuf.h	2012-07-10 13:40:09 UTC (rev 48804)
@@ -392,7 +392,7 @@
 	int width, int height, int stride_to, int stride_from);
 void IMB_buffer_float_clamp(float *buf, int width, int height);
 
-/* converting pixel buffers using tobecurve */
+/* converting pixel buffers using tonecurve */
 
 typedef void (*imb_tonecurveCb) (float rgbOut[3], const float rgbIn[3]);
 




More information about the Bf-blender-cvs mailing list