cube.py
import bpy for x in range(1,9): for y in range(1,9): bpy.ops.mesh.primitive_cube_add(location=(x*10, y*10, 1))
If you inadvertently generate too much, your PC will crash. Please use it when modeling is troublesome.
Recommended Posts