import bpy
# 球体を描画する関数
def draw_sphere(center, radius):
# 球体を作成
bpy.ops.mesh.primitive_uv_sphere_add(radius=radius, enter_editmode=False, location=center)
# 描画する球体の情報
spheres = [
{"center": (-10,0,0), "radius": 0.2},
{"center": (0,-10,0), "radius": 0.2},
{"center": (10,0,0), "radius": 0.2},
{"center": (0,10,0), "radius": 0.2},
]
# 全ての球体を描画
for sphere in spheres:
draw_sphere(sphere["center"], sphere["radius"])
改造テスト
5球体は 成功
失敗
以下のようなスクリプトで、5つの球体をGreen色に設定することができます。
import bpy # 球体を描画する関数 def draw_sphere(center, radius): # 球体を作成 bpy.ops.mesh.primitive_uv_sphere_add(radius=radius, enter_editmode=False, location=center) # 描画する球体の情報 spheres = [ {"center": (0,0,0,1), "radius": 0.2}, {"center": (-10,0,0,1), "radius": 0.2}, {"center": (0,-10,0,1), "radius": 0.2}, {"center": (10,0,0,1), "radius": 0.2}, {"center": (0,10,0,1), "radius": 0.2}, ] # 全ての球体を描画 for sphere in spheres: draw_sphere(sphere["center"], sphere["radius"])
bbb
togetter.com/t/c2022meetzionad
togetter.com/t/b2022meetzionad
twitter 新着検索 Dürer & 測距儀
aaa
bbb
twitter zionadchat
twitter に追い出されたら 連絡先は Gettr https://gettr.com/user/zionadchat
twitter サブアカウント https://twitter.com/2022zionad
old page いいい
new page いいい
目次 2022の目次 単純トリック hatena zionadchat
いいいいいいいい