Skip to content

Commit

Permalink
Fixed typos in __init__.py (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1studmuffin committed Nov 20, 2016
1 parent 72e5eee commit 661f54c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions __init__.py
Expand Up @@ -42,15 +42,16 @@ class GenerateSpaceship(Operator):
def execute(self, context):
spaceship_generator.generate_spaceship(
self.random_seed,
self.num_asymmetry_segments_min,
self.num_asymmetry_segments_max,
self.num_hull_segments_min,
self.num_hull_segments_max,
self.create_asymmetry_segments,
self.num_asymmetry_segments_min,
self.num_asymmetry_segments_max,
self.create_face_detail,
self.allow_horizontal_symmetry,
self.allow_vertical_symmetry,
self.apply_bevel_modifier)
self.apply_bevel_modifier,
self.assign_materials)
return {'FINISHED'}

def menu_func(self, context):
Expand Down

0 comments on commit 661f54c

Please sign in to comment.