2023年4月8日土曜日
改良中 y=-30 中心 円周への球体36個
できた y= -30 中心で z=0平面移動 import bpy import math zion_collection_name = "線路レール 観察者" # コレクションを作成する col = bpy.data.collections.new(zio...
-
import bpy import math from mathutils import Vector from math import radians # Create collection zion_collection_name = "cone" col...
-
import bpy import math from mathutils import Vector # Set target location target_location = Vector((0, 0, 60)) # Set initial location and ...
-
https://ia2023sha.blogspot.com/2023/03/blog-post_24.html フレーム毎の球体移動距離を すべての球体で 同じにしたい 移動終了地点に同時刻に 到着しないことになる スクリプト 全体 作成 この修正により、どの球体も1フレ...