a1studmuffin / SpaceshipGenerator

A Blender script to procedurally generate 3D spaceships
Other
7.68k stars 437 forks source link

3.4 compatibility changes #57

Open MagickPanda opened 1 year ago

MagickPanda commented 1 year ago

*Changed bmesh.ops.create_cone function parameter 'num_segments' from uniform(3, 6) to randint(3, 6) to fix a type incompatibility error in line 341.

*Changed various 'diameter/diameter1,diameter2' parameter name to new API param-name 'radius/radius1/radius2'.

cfc23 commented 1 year ago

Works in Blender 3.6. @a1studmuffin should accept this pull request.