Blender 2.93.16 Python API Logo
1668424eef81

Documentation

  • Quickstart: New to Blender or scripting and want to get your feet wet?
  • API Overview: A more complete explanation of Python integration
  • API Reference Usage: examples of how to use the API reference docs
  • Best Practice: Conventions to follow for writing good scripts
  • Tips and Tricks: Hints to help you while writing scripts for Blender
  • Gotcha's: Some of the problems you may encounter when writing scripts
  • Change Log: List of changes since last Blender release

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 Shader Module (gpu)
  • GPU Utilities (gpu_extras)
  • ID Property Access (idprop.types)
  • Image Buffer (imbuf)
  • Math Types & Utilities (mathutils)
Blender 2.93.16 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)
Next Previous

© Copyright Blender Foundation. Last updated on 04/01/2023.