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))
Si vous en générez trop par inadvertance, votre PC plantera. Veuillez l'utiliser lorsque la modélisation est problématique.
Recommended Posts