Cleanup: typos

This commit is contained in:
Campbell Barton 2015-03-05 08:32:39 +11:00
parent 11e9bba2ff
commit fa3133fa79
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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",

View File

@ -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",