point 球体 xyz 軸 11個  グラデーション 

drive.google.com import bpy def create_sphere_at_position(position, color, name): # 半径を設定 radius = 0.1 # 球を作成(指定した座標に) bpy.ops.mesh.primitive_uv_sphere_add(radius=radius, location=position) sphere = bpy.context.active_object # マテリアルを作成 material = bpy.data.materials.new(nam…