Cleanup: fix typos in source code

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5801
This commit is contained in:
Brecht Van Lommel
2022-01-05 15:27:33 +01:00
parent b1cec919ec
commit d68dca98ce
54 changed files with 85 additions and 85 deletions

View File

@ -37,7 +37,7 @@ class Fillet(bpy.types.Operator):
radius: bpy.props.FloatProperty(name='Radius', description='Radius of the rounded corners', unit='LENGTH', min=0.0, default=0.1)
chamfer_mode: bpy.props.BoolProperty(name='Chamfer', description='Cut off sharp without rounding', default=False)
limit_half_way: bpy.props.BoolProperty(name='Limit Half Way', description='Limits the segements to half their length in order to prevent collisions', default=False)
limit_half_way: bpy.props.BoolProperty(name='Limit Half Way', description='Limits the segments to half their length in order to prevent collisions', default=False)
@classmethod
def poll(cls, context):