UPBGE 0.3+ + Blender 4.0.0 Alpha 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)

Game Engine Modules

  • Game Types (bge.types)
  • Game Logic (bge.logic)
  • Rasterizer (bge.render)
  • Video Texture (bge.texture)
  • FFmpeg Video and Image Status
  • Image Blending Modes
  • Game Keys (bge.events)
  • Physics Constraints (bge.constraints)
  • Application Data (bge.app)
  • Game GUI (bgui)

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)
UPBGE 0.3+ + Blender 4.0.0 Alpha Python API
  • Types (bpy.types)
  • Shared Enum Items
  • Navigation Mode Items

Navigation Mode Items

WALK:

Walk.

Interactively walk or free navigate around the scene.

FLY:

Fly.

Use fly dynamics to navigate the scene.

Previous Next

© Copyright Blender Authors. Revision 4fd142408b81 - 12/09/2023.

  • 4.0
    Versions
    • Loading...