2012年11月15日 星期四

如何用Python指定Blender的渲染色彩格式?(修正)

  1. 進入腳本視圖
    Blender > Python Console ( Python控制臺 )
  2. 指定色彩模式
    輸入「bpy.context.scene.render.image_settings.color_mode = 'RGBA''」後按Enter。
  3. 檢查色彩模式
    Blender > Properties ( 屬性視圖 ) > Render ( 渲染 ) > Output ( 視窗 ) > Color Mode ( 顏色模式 ) ,看是否已變更為RGBA。


修正:2012/11/15
發佈:2011/12/26

PS:原本的指令會發生下列錯誤

>>> bpy.data.scenes[0].render.color_mode = 'RGBA'
Traceback (most recent call last):
  File "<blender_console>", line 1, in <module>
AttributeError: 'RenderSettings' object has no attribute 'color_mode'

沒有留言:

張貼留言