Skip to content

Commit

Permalink
fix for endlines
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-androcto committed May 4, 2015
1 parent 487aa3c commit e79a0c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion presets/operator/mesh.primitive_round_cube_add/Capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
op.arc_div = 8
op.lin_div = 0
op.size = (0.0, 0.0, 3.0)
op.div_type = 'CORNERS'
op.div_type = 'CORNERS'
2 changes: 1 addition & 1 deletion presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
op.arc_div = 8
op.lin_div = 0
op.size = (1.5, 3.0, 1.0)
op.div_type = 'ALL'
op.div_type = 'ALL'
2 changes: 1 addition & 1 deletion presets/operator/mesh.primitive_round_cube_add/Cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
op.lin_div = 0
op.size = (2.0, 2.0, 2.0)
op.div_type = 'CORNERS'
op.odd_axis_align = False
op.odd_axis_align = False
2 changes: 1 addition & 1 deletion presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
op.radius = 0
op.size = (2, 2, 2)
op.lin_div = 5
op.div_type = 'ALL'
op.div_type = 'ALL'
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
op.lin_div = 0
op.size = (0.0, 0.0, 0.0)
op.div_type = 'CORNERS'
op.odd_axis_align = True
op.odd_axis_align = True
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
op.arc_div = 8
op.lin_div = 0
op.size = (0.0, 0.0, 0.0)
op.div_type = 'CORNERS'
op.div_type = 'CORNERS'
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
op.arc_div = 8
op.lin_div = 0
op.size = (2.0, 2.0, 2.0)
op.div_type = 'CORNERS'
op.div_type = 'CORNERS'

0 comments on commit e79a0c2

Please sign in to comment.