2023年4月8日土曜日
改良中 y=-30 中心 円周への球体36個
できた y= -30 中心で z=0平面移動 import bpy import math zion_collection_name = "線路レール 観察者" # コレクションを作成する col = bpy.data.collections.new(zio...
-
#16 個 回転 import bpy import math from mathutils import Vector zion_speed_round = 0.1 # 回転速度を設定する radius = 60 # 半径を設定する distance_per_frame = 0...
-
import bpy import math from mathutils import Vector # Set target location target_location = Vector((0, 0, 60)) # Set initial location and ...
-
import bpy import math from mathutils import Vector zion_speed_round = 1.0 # 回転速度を設定する radius = 60 # 半径を設定する distance_per_frame = 0.2 # 移動す...