[Bf-extensions-cvs] [fa3133f] master: Cleanup: typos

Campbell Barton noreply at git.blender.org
Wed Mar 4 22:33:12 CET 2015


Commit: fa3133fa796b0830eec583f825c95f75b62f70c2
Author: Campbell Barton
Date:   Thu Mar 5 08:32:39 2015 +1100
Branches: master
https://developer.blender.org/rBAfa3133fa796b0830eec583f825c95f75b62f70c2

Cleanup: typos

===================================================================

M	io_mesh_pdb/import_pdb.py
M	io_scene_x3d/import_x3d.py
M	space_view3d_copy_attributes.py
M	space_view3d_spacebar_menu.py

===================================================================

diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py
index 5146663..5fb5890 100644
--- a/io_mesh_pdb/import_pdb.py
+++ b/io_mesh_pdb/import_pdb.py
@@ -636,7 +636,7 @@ def draw_atoms_one_type(draw_all_atoms_type,
     atom_vertices = []
     for atom in draw_all_atoms_type:
         # In fact, the object is created in the World's origin.
-        # This is why 'object_center_vec' is substracted. At the end
+        # This is why 'object_center_vec' is subtracted. At the end
         # the whole object is translated back to 'object_center_vec'.
         atom_vertices.append(atom[2] - object_center_vec)
 
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index b913415..15ac760 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -50,7 +50,7 @@ def imageConvertCompat(path):
 # order dosnt matter for loc/size/rot
 # right handed rotation
 # angles are in radians
-# rotation first defines axis then ammount in radians
+# rotation first defines axis then amount in radians
 
 
 # =============================== VRML Spesific
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 5fde054..57e1a69 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -488,7 +488,7 @@ object_copies = (
                 #('obj_dmp', "Damping",
                 #"Copy Damping from Active to Selected"),
                 #('obj_all', "All Physical Attributes",
-                #"Copy Physical Atributes from Active to Selected"),
+                #"Copy Physical Attributes from Active to Selected"),
                 #('obj_prp', "Properties",
                 #"Copy Properties from Active to Selected"),
                 #('obj_log', "Logic Bricks",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 526f67c..04b14f0 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -1219,7 +1219,7 @@ class VIEW3D_MT_KeyframeMenu(bpy.types.Menu):
     def draw(self, context):
         layout = self.layout
 
-        # Keyframe Bleck
+        # Keyframe Block
         layout.operator("anim.keyframe_insert_menu",
                         text="Insert Keyframe...")
         layout.operator("anim.keyframe_delete_v3d",



More information about the Bf-extensions-cvs mailing list