Skip to content
Snippets Groups Projects
Commit e79a0c2d authored by Brendon Murphy's avatar Brendon Murphy
Browse files

fix for endlines

parent 487aa3cb
Branches
Tags
No related merge requests found
......@@ -5,4 +5,4 @@ op.radius = 0.5
op.arc_div = 8
op.lin_div = 0
op.size = (0.0, 0.0, 3.0)
op.div_type = 'CORNERS'
\ No newline at end of file
op.div_type = 'CORNERS'
......@@ -5,4 +5,4 @@ op.radius = 0.4
op.arc_div = 8
op.lin_div = 0
op.size = (1.5, 3.0, 1.0)
op.div_type = 'ALL'
\ No newline at end of file
op.div_type = 'ALL'
......@@ -6,4 +6,4 @@ op.arc_div = 1
op.lin_div = 0
op.size = (2.0, 2.0, 2.0)
op.div_type = 'CORNERS'
op.odd_axis_align = False
\ No newline at end of file
op.odd_axis_align = False
......@@ -4,4 +4,4 @@ op = bpy.context.active_operator
op.radius = 0
op.size = (2, 2, 2)
op.lin_div = 5
op.div_type = 'ALL'
\ No newline at end of file
op.div_type = 'ALL'
......@@ -6,4 +6,4 @@ op.arc_div = 1
op.lin_div = 0
op.size = (0.0, 0.0, 0.0)
op.div_type = 'CORNERS'
op.odd_axis_align = True
\ No newline at end of file
op.odd_axis_align = True
......@@ -5,4 +5,4 @@ op.radius = 1.0
op.arc_div = 8
op.lin_div = 0
op.size = (0.0, 0.0, 0.0)
op.div_type = 'CORNERS'
\ No newline at end of file
op.div_type = 'CORNERS'
......@@ -5,4 +5,4 @@ op.radius = 0.25
op.arc_div = 8
op.lin_div = 0
op.size = (2.0, 2.0, 2.0)
op.div_type = 'CORNERS'
\ No newline at end of file
op.div_type = 'CORNERS'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment