blender小站
關於CG繪圖的學習筆記,包括Blender、Inkscape、Maya等軟體。
2012年2月15日 星期三
【Blender】如何用Python選擇場景?
進入腳本視圖
Blender > Python Console ( Python控制臺 )
選擇第一個場景
輸入「bpy.context.screen.scene = bpy.data.scenes[0]」後按Enter。
選擇名稱為Scene的場景
輸入「bpy.context.screen.scene = bpy.data.scenes['Scene']」後按Enter。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言