Application Data (bpy.app)

This module contains application values that remain unchanged during runtime.

bpy.app.debug

Boolean, for debug info (started with –debug / –debug_* matching this attribute name)

bpy.app.debug_events

Boolean, for debug info (started with –debug / –debug_* matching this attribute name)

bpy.app.debug_ffmpeg

Boolean, for debug info (started with –debug / –debug_* matching this attribute name)

bpy.app.debug_handlers

Boolean, for debug info (started with –debug / –debug_* matching this attribute name)

bpy.app.debug_python

Boolean, for debug info (started with –debug / –debug_* matching this attribute name)

bpy.app.debug_value

Int, number which can be set to non-zero values for testing purposes

bpy.app.debug_wm

Boolean, for debug info (started with –debug / –debug_* matching this attribute name)

bpy.app.driver_namespace

Dictionary for drivers namespace, editable in-place, reset on file load (read-only)

bpy.app.tempdir

String, the temp directory used by blender (read-only)

bpy.app.background

Boolean, True when blender is running without a user interface (started with -b)

bpy.app.build_cflags

C compiler flags

bpy.app.build_cxxflags

C++ compiler flags

bpy.app.build_date

The date this blender instance was built

bpy.app.build_linkflags

Binary linking flags

bpy.app.build_platform

The platform this blender instance was built for

bpy.app.build_revision

The subversion revision this blender instance was built with

bpy.app.build_system

Build system used

bpy.app.build_time

The time this blender instance was built

bpy.app.build_type

The type of build (Release, Debug)

bpy.app.binary_path

The location of blenders executable, useful for utilities that spawn new instances

bpy.app.version_char

The Blender version character (for minor releases)

bpy.app.version_cycle

The release status of this build alpha/beta/rc/release

bpy.app.version_string

The Blender version formatted as a string

bpy.app.version

The Blender version as a tuple of 3 numbers. eg. (2, 50, 11)

Previous topic

Path Utilities (bpy.path)

Next topic

Application Handlers (bpy.app.handlers)