Skip to content

Instantly share code, notes, and snippets.

@dskjal
dskjal / blender_duplicate_spirally.py
Last active February 14, 2018 16:26 — forked from jabe0958/blender_duplicate_spirally.py
Blenderで対象のメッシュを螺旋状に複製して統合するPythonスクリプト
import bpy
import math
src_name = 'Cube'
loop = 10
split = 32
width_init = 1
width_incr = 0.01
height_init = 0
height_loop = 0.8