# コレクションは 先に作って おく 

 







2023-04-18

ファイル Dürer & 測距儀2022c084 連番 013 正三角形2つ と 補正の関係

https://blenderzionad.hatenablog.com/entry/2023/04/18/100045





# コレクションは 先に作って おく 

# オブジェクトのコレクションへの追加は 手動  



# コレクションを作成




import bpy

# コレクションを作成

collection_name = "線路 rail"

if collection_name not in bpy.data.collections:

    zionad_collection = bpy.data.collections.new(collection_name)

    bpy.context.scene.collection.children.link(zionad_collection)

else:

    zionad_collection = bpy.data.collections[collection_name]












# あああああああああああああああああああああああああああ



# あああああああああああああああああああああああああああ







import bpy

# コレクションを作成

collection_name = "十字 額縁"

if collection_name not in bpy.data.collections:

    zionad_collection = bpy.data.collections.new(collection_name)

    bpy.context.scene.collection.children.link(zionad_collection)

else:

    zionad_collection = bpy.data.collections[collection_name]


#あああああああああああああああああああああ 


import bpy


# カメラの位置を変更する

bpy.data.objects['Camera'].location = (0, 0, 20)


# ライトの位置を変更する

bpy.data.objects['Light'].location = (0, 0, 30)



#あああああああああああああああああああああ 

# フレームレンジを設定する


 

import bpy


def set_frame_range(start_frame, end_frame):

    bpy.context.scene.frame_start = start_frame

    bpy.context.scene.frame_end = end_frame


# メイン関数

def main():

    # フレームレンジを設定する

    set_frame_range(1, 1000)


# スクリプトを実行する

if __name__ == "__main__":

    main()



#あああああああああああああああああああああ 


# オブジェクト名

bpy.context.object.name = "torus 1 radius"








このブログの人気の投稿

球体 目印ポイント 用の球体

成功 十字額縁 平行移動 縦横 2つのスクリプト

# トーラス 完全版 過去光円錐