diff --git a/io_anim_camera.py b/io_anim_camera.py index 2026254de5a0f09ee0a27f2d9e37ed47c90f0346..cf903de0fcd7f61c5fcfc127e69a59d53b1edb0f 100644 --- a/io_anim_camera.py +++ b/io_anim_camera.py @@ -119,7 +119,7 @@ from bpy_extras.io_utils import ExportHelper 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" diff --git a/object_grease_scatter.py b/object_grease_scatter.py index acb2c14c25f8492568c1f03b74dcffd3f5a05940..60e155a89913ce14d388d0ca5065fe6a475abaa1 100644 --- a/object_grease_scatter.py +++ b/object_grease_scatter.py @@ -365,12 +365,12 @@ class Scatter(bpy.types.Operator): ) 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