Final source code of the two part series on Generating a Spiral Staircase Using BMesh.
- Open a new blend file and rename the default cube to
Staircase
– the script will reference this mesh. - Switch to the Scripting tab and create a new text block in the Text Editor.
- Simply copy paste the code from the script in this repo and run.