[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2593] trunk/py/scripts/addons: Fix [ #29194] Spelling error (+ some other spelling issues).

Bastien Montagne montagne29 at wanadoo.fr
Mon Nov 7 20:26:03 CET 2011


Revision: 2593
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2593
Author:   mont29
Date:     2011-11-07 19:26:03 +0000 (Mon, 07 Nov 2011)
Log Message:
-----------
Fix [#29194] Spelling error (+ some other spelling issues).
(yes sir, it is a bugfix :P ).

Modified Paths:
--------------
    trunk/py/scripts/addons/io_anim_camera.py
    trunk/py/scripts/addons/object_grease_scatter.py

Modified: trunk/py/scripts/addons/io_anim_camera.py
===================================================================
--- trunk/py/scripts/addons/io_anim_camera.py	2011-11-07 15:22:46 UTC (rev 2592)
+++ trunk/py/scripts/addons/io_anim_camera.py	2011-11-07 19:26:03 UTC (rev 2593)
@@ -119,7 +119,7 @@
 
 
 class CameraExporter(bpy.types.Operator, ExportHelper):
-    '''Save a python script which re-creartes cameras and markers elsewhere'''
+    '''Save a python script which re-creates cameras and markers elsewhere'''
     bl_idname = "export_animation.cameras"
     bl_label = "Export Camera & Markers"
 

Modified: trunk/py/scripts/addons/object_grease_scatter.py
===================================================================
--- trunk/py/scripts/addons/object_grease_scatter.py	2011-11-07 15:22:46 UTC (rev 2592)
+++ trunk/py/scripts/addons/object_grease_scatter.py	2011-11-07 19:26:03 UTC (rev 2593)
@@ -365,12 +365,12 @@
             )
     rand_align = FloatProperty(
             name="Random Align",
-            description="Randomize alignmet with the walls",
+            description="Randomize alignment with the walls",
             default=0.75, min=0.0, max=1.0,
             )
     rand_loc = FloatProperty(
             name="Random Loc",
-            description="Randomize Placement",
+            description="Randomize placement",
             default=0.75, min=0.0, max=1.0,
             )
     # XXX, should not be a string - TODO, add a way for scritps to select ID's



More information about the Bf-extensions-cvs mailing list