aaa
近代国家の
近代国家の
法律のことも
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
いいいいいいいい
税制のことも
まったく知らないが
blender 3.4.1 python で
スクリプト 書いて
冒頭に import math 挿入
RGBA値を使用して
内容は
半径1の球体を 作る
作成位置と移動位置は それぞれ
0,0,0 から 10,30,0
0,0,0 から 20,30,0
0,0,0 から 30,30,0
0,0,0 から 30,30,30
flame = 0 から
flame = 600 で 移動
Error 出力 ばかり
blender 3.4.1 python で
スクリプト 書いて
冒頭に import math 挿入
RGBA値を使用して
内容は
内容は
半径1の球体を 作る
作成位置と移動位置は それぞれ
0,0,0 から 0,30,0
0,0,0 から 30,30,0
0,0,0 から 30,30,30
flame = 0 から
flame = 600 で 移動
import bpy
# フレーム数を変更
bpy.context.scene.frame_end = 600
import bpy
import math
# 球体を作成
bpy.ops.mesh.primitive_uv_sphere_add(radius=1, location=(0,0,0))
# 現在のオブジェクトを取得
obj = bpy.context.object
# アニメーションの設定
frame_start = 0
frame_end = 600
obj.animation_data_create()
obj.animation_data.action = bpy.data.actions.new(name="SphereAnimation")
fcurve = obj.animation_data.action.fcurves.new(data_path="location", index=0)
fcurve.keyframe_points.add(2)
fcurve.keyframe_points[0].co = (frame_start, 0)
fcurve.keyframe_points[0].handle_right = (frame_start+1, 0)
fcurve.keyframe_points[1].co = (frame_end, 30)
fcurve.keyframe_points[1].handle_left = (frame_end-1, 30)
fcurve = obj.animation_data.action.fcurves.new(data_path="location", index=1)
fcurve.keyframe_points.add(2)
fcurve.keyframe_points[0].co = (frame_start, 0)
fcurve.keyframe_points[0].handle_right = (frame_start+1, 0)
fcurve.keyframe_points[1].co = (frame_end, 30)
fcurve.keyframe_points[1].handle_left = (frame_end-1, 30)
fcurve = obj.animation_data.action.fcurves.new(data_path="location", index=2)
fcurve.keyframe_points.add(2)
fcurve.keyframe_points[0].co = (frame_start, 0)
fcurve.keyframe_points[0].handle_right = (frame_start+1, 0)
fcurve.keyframe_points[1].co = (frame_end, 30)
fcurve.keyframe_points[1].handle_left = (frame_end-1, 30)
# 40フレーム待機
bpy.context.scene.frame_current = frame_end + 40
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
いいいいいいいい