Blender 3.4.1 Python API Logo

Application Modules

  • Context Access (bpy.context)
  • Data Access (bpy.data)
  • Message Bus (bpy.msgbus)
  • Operators (bpy.ops)
  • Types (bpy.types)
  • Utilities (bpy.utils)
  • Path Utilities (bpy.path)
  • Application Data (bpy.app)
  • Property Definitions (bpy.props)

Standalone Modules

  • Audio System (aud)
  • OpenGL Wrapper (bgl)
  • Additional Math Functions (bl_math)
  • Font Drawing (blf)
  • BMesh Module (bmesh)
  • Extra Utilities (bpy_extras)
  • Freestyle Module (freestyle)
  • GPU Module (gpu)
  • GPU Utilities (gpu_extras)
  • ID Property Access (idprop.types)
  • Image Buffer (imbuf)
  • Math Types & Utilities (mathutils)
Blender 3.4.1 Python API
  • Extra Utilities (bpy_extras)

Extra Utilities (bpy_extras)

Utility modules associated with the bpy module.

Submodules

  • bpy_extras submodule (bpy_extras.anim_utils)
  • bpy_extras submodule (bpy_extras.asset_utils)
  • bpy_extras submodule (bpy_extras.object_utils)
  • bpy_extras submodule (bpy_extras.io_utils)
  • bpy_extras submodule (bpy_extras.image_utils)
  • bpy_extras submodule (bpy_extras.keyconfig_utils)
  • bpy_extras submodule (bpy_extras.mesh_utils)
  • bpy_extras submodule (bpy_extras.node_utils)
  • bpy_extras submodule (bpy_extras.view3d_utils)
  • bpy_extras submodule (bpy_extras.id_map_utils)
Previous Next

© Copyright Blender Foundation. Revision ef9ca44dee7f - 20/12/2022.

  • 3.4
    Versions
    • Loading...