20230821f 円柱連続

import bpy def create_cylinder_and_rotate(location, index):     bpy.ops.mesh.primitive_cylinder_add(radius=0.03, depth=1, location=location)...