Module Bpy_config
[frames | no frames]

Module Bpy_config

bpy.config

This module gives you direct access to blenders preferences.
Variable Summary
string fontDir: default font path.
int fontSize: display size for fonts in the user interface.
string renderDir: default render path.
int sequenceMemCacheLimit: how much memory to use for a sequencer cache.
string sequencePluginsDir: default sequencer plugin path.
string soundDir: default sound path.
string tempDir: path where temp files are saved.
int textureCollectRate: tag textures as being used at this interval of time.
string textureDir: default texture path.
string texturePluginsDir: default texture plugin path.
int textureTimeout: free textures from openGL memory if unused after this time.
int undoSteps: number of undo steps to store.
string userScriptsDir: path for user scripts.
string yfExportDir: yafray export path.

Variable Details

fontDir

default font path.
Type:
string

fontSize

display size for fonts in the user interface.
Type:
int

renderDir

default render path.
Type:
string

sequenceMemCacheLimit

how much memory to use for a sequencer cache.
Type:
int

sequencePluginsDir

default sequencer plugin path.
Type:
string

soundDir

default sound path.
Type:
string

tempDir

path where temp files are saved.
Type:
string

textureCollectRate

tag textures as being used at this interval of time.
Type:
int

textureDir

default texture path.
Type:
string

texturePluginsDir

default texture plugin path.
Type:
string

textureTimeout

free textures from openGL memory if unused after this time.
Type:
int

undoSteps

number of undo steps to store.
Type:
int

userScriptsDir

path for user scripts.
Type:
string

yfExportDir

yafray export path.
Type:
string

Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 http://epydoc.sf.net