[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49837] branches/soc-2011-tomato/intern/ cycles/blender/addon/properties.py: Tomato Cycles:

Thomas Dinges blender at dingto.org
Sun Aug 12 14:47:33 CEST 2012


Revision: 49837
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49837
Author:   dingto
Date:     2012-08-12 12:47:32 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
Tomato Cycles:
*Typo fix. 

Modified Paths:
--------------
    branches/soc-2011-tomato/intern/cycles/blender/addon/properties.py

Modified: branches/soc-2011-tomato/intern/cycles/blender/addon/properties.py
===================================================================
--- branches/soc-2011-tomato/intern/cycles/blender/addon/properties.py	2012-08-12 12:15:23 UTC (rev 49836)
+++ branches/soc-2011-tomato/intern/cycles/blender/addon/properties.py	2012-08-12 12:47:32 UTC (rev 49837)
@@ -237,7 +237,7 @@
 
         cls.resolution_divider = IntProperty(
                 name="Resolution Divider",
-                description="Start viewport rendering with lower resolutionm which would be real resolution divided by two in power of this value",
+                description="Start viewport rendering with lower resolution which would be real resolution divided by two in power of this value",
                 min=1, max=512,
                 default=4,
                 )




More information about the Bf-blender-cvs mailing list