Skip to content

Commit

Permalink
Diameter changes to radius to work for 3+
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderFoo committed Mar 12, 2022
1 parent 042c91b commit 507b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_mesh_low_poly_rock.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def create_mesh(ctx, scene, generator):
bmesh.ops.create_icosphere(bm,

subdivisions = generator.subdivisions_prop,
diameter = generator.radius_prop
radius = generator.radius_prop

)

Expand Down

0 comments on commit 507b054

Please sign in to comment.