Blender-2.93 python memo
  • Blender2.8より前の動かないコード
  • 開発環境
  • bpy
    • bpy.data
    • bpy.context
    • window
    • bpy.context.area
    • scene and collection
    • mode
    • bpy.types.Object
      • Mesh
      • bone
      • Pointer
      • empty
      • active object
      • selected object
      • select all
    • operator
  • BMesh
  • AddOn Dev
  • AddOn List
  • bpy_struct
  • snippet
  • glTF
Blender-2.93 python memo
  • bpy
  • bpy.types.Object
  • bone
  • View page source

bone

https://dskjal.com/blender/bone-script.html

Previous Next

© Copyright 2021, ousttrue.

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