[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3634] contrib/py/scripts/addons/gyes/ random_texture_generator.py: Spellcheck: minkovsky -> minkowski! ( Only in comments/UI messages :/ ).

Bastien Montagne montagne29 at wanadoo.fr
Tue Jul 17 20:15:08 CEST 2012


Revision: 3634
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3634
Author:   mont29
Date:     2012-07-17 18:15:08 +0000 (Tue, 17 Jul 2012)
Log Message:
-----------
Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).

Modified Paths:
--------------
    contrib/py/scripts/addons/gyes/random_texture_generator.py

Modified: contrib/py/scripts/addons/gyes/random_texture_generator.py
===================================================================
--- contrib/py/scripts/addons/gyes/random_texture_generator.py	2012-07-17 09:01:12 UTC (rev 3633)
+++ contrib/py/scripts/addons/gyes/random_texture_generator.py	2012-07-17 18:15:08 UTC (rev 3634)
@@ -61,7 +61,7 @@
         bpy.types.Scene.rtexture_gain = BoolProperty(name= "Gain" ,description = "Gain of the texture" , default = True)
         bpy.types.Scene.rtexture_stucci_type = BoolProperty(name= "Type" ,description = "Stucci type of the texture" , default = True)
         bpy.types.Scene.rtexture_dist_metric = BoolProperty(name= "Metric" ,description = "Distance Metric of the texture" , default = True)
-        bpy.types.Scene.rtexture_exponent = BoolProperty(name= "Exponent" ,description = "Minkovsky Exponent of the texture" , default = True)
+        bpy.types.Scene.rtexture_exponent = BoolProperty(name= "Exponent" ,description = "Minkowski Exponent of the texture" , default = True)
         bpy.types.Scene.rtexture_color_mode = BoolProperty(name= "Color Mode" ,description = "Color Mode of the texture" , default = True)
         bpy.types.Scene.rtexture_weight_1 = BoolProperty(name= "Weight 1" ,description = "Weight 1 of the texture" , default = True)
         bpy.types.Scene.rtexture_weight_2 = BoolProperty(name= "Weight 2" ,description = "Weight 2 of the texture" , default = True)



More information about the Bf-extensions-cvs mailing list