Blender-2.93 python memo
  • Blender2.8より前の動かないコード
  • 開発環境
  • bpy
  • BMesh
    • bmesh.types
      • BMesh
      • BMVert
      • BMFace
      • BMLoop
    • basic
    • vertex
    • loop
    • walker
    • source
  • AddOn Dev
  • AddOn List
  • bpy_struct
  • snippet
  • glTF
Blender-2.93 python memo
  • BMesh
  • bmesh.types
  • View page source

bmesh.types

https://docs.blender.org/api/current/bmesh.types.html

BMesh

https://docs.blender.org/api/current/bmesh.types.html#bmesh.types.BMesh

BMVert

https://docs.blender.org/api/current/bmesh.types.html#bmesh.types.BMVert

BMFace

https://docs.blender.org/api/current/bmesh.types.html#bmesh.types.BMesh

BMLoop

https://docs.blender.org/api/current/bmesh.types.html#bmesh.types.BMLoop

Previous Next

© Copyright 2021, ousttrue.

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