a1studmuffin / SpaceshipGenerator

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

Fix: Renamed parameters in bmesh.ops commands to be compatible with Blender 3+ #44

Open sbarre opened 2 years ago

sbarre commented 2 years ago

This PR and new branch renames the bmesh.ops command arguments to the new API so this addon can work with Blender 3.x

This might break the addon in 2.9 or lower so perhaps best to keep this in a separate branch for now?

I'm not sure how to not make this a PR against master on the main repo, but I've got it in a blender-3 branch on my fork.