Blender-2.93 python memo
  • Blender2.8より前の動かないコード
  • 開発環境
  • bpy
  • BMesh
  • AddOn Dev
  • AddOn List
  • bpy_struct
  • snippet
    • blend file を得る
    • command line
    • info
  • glTF
Blender-2.93 python memo
  • snippet
  • View page source

snippet

https://docs.blender.org/api/current/info_tips_and_tricks.html#executing-external-scripts

blend file を得る

bpy.data.filepath

command line

blender --background --python myscript.py

info

https://blender.stackexchange.com/questions/717/is-it-possible-to-print-to-the-report-window-in-the-info-view

Previous Next

© Copyright 2021, ousttrue.

Built with Sphinx using a theme provided by Read the Docs.