base class — bpy_struct
Graphics driver and operating system settings
Sets the audio channel count
| Type : | enum in [‘MONO’, ‘STEREO’, ‘SURROUND4’, ‘SURROUND51’, ‘SURROUND71’], default ‘MONO’ |
|---|
Sets the audio output device
| Type : | enum in [‘NONE’, ‘SDL’, ‘OPENAL’], default ‘NONE’ |
|---|
Sets the number of samples used by the audio mixing buffer
| Type : | enum in [‘SAMPLES_256’, ‘SAMPLES_512’, ‘SAMPLES_1024’, ‘SAMPLES_2048’, ‘SAMPLES_4096’, ‘SAMPLES_8192’, ‘SAMPLES_16384’, ‘SAMPLES_32768’], default ‘SAMPLES_256’ |
|---|
Sets the audio sample format
| Type : | enum in [‘U8’, ‘S16’, ‘S24’, ‘S32’, ‘FLOAT’, ‘DOUBLE’], default ‘U8’ |
|---|
Sets the audio sample rate
| Type : | enum in [‘RATE_44100’, ‘RATE_48000’, ‘RATE_96000’, ‘RATE_192000’], default ‘RATE_44100’ |
|---|
Name that will be used in exported files when format supports such feature
| Type : | string, default “” |
|---|
Different styles of displaying the color picker widget
| Type : | enum in [‘CIRCLE’, ‘SQUARE_SV’, ‘SQUARE_HS’, ‘SQUARE_HV’], default ‘CIRCLE’ |
|---|
Font size and resolution for display
| Type : | int in [48, 128], default 0 |
|---|
Frameserver Port for Frameserver Rendering
| Type : | int in [0, 32727], default 0 |
|---|
Clip alpha below this threshold in the 3D textured view
| Type : | float in [0, 1], default 0.0 |
|---|
Limit the texture size to save graphics memory
| Type : | enum in [‘CLAMP_OFF’, ‘CLAMP_8192’, ‘CLAMP_4096’, ‘CLAMP_2048’, ‘CLAMP_1024’, ‘CLAMP_512’, ‘CLAMP_256’, ‘CLAMP_128’], default ‘CLAMP_OFF’ |
|---|
Language use for translation
| Type : | enum in [‘ENGLISH’, ‘JAPANESE’, ‘DUTCH’, ‘ITALIAN’, ‘GERMAN’, ‘FINNISH’, ‘SWEDISH’, ‘FRENCH’, ‘SPANISH’, ‘CATALAN’, ‘CZECH’, ‘BRAZILIAN_PORTUGUESE’, ‘SIMPLIFIED_CHINESE’, ‘RUSSIAN’, ‘CROATIAN’, ‘SERBIAN’, ‘UKRAINIAN’, ‘POLISH’, ‘ROMANIAN’, ‘ARABIC’, ‘BULGARIAN’, ‘GREEK’, ‘KOREAN’], default ‘ENGLISH’ |
|---|
Memory cache limit in sequencer (megabytes)
| Type : | int in [0, 1024], default 0 |
|---|
Number of frames to render ahead during playback
| Type : | int in [0, 500], default 0 |
|---|
Frame rate for the screencast to be played back
| Type : | int in [10, 50], default 0 |
|---|
Time in milliseconds between each frame recorded for screencast
| Type : | int in [50, 1000], default 0 |
|---|
Maximum number of lines to store for the console buffer
| Type : | int in [32, 32768], default 0 |
|---|
Lights user to display objects in solid draw mode
| Type : | bpy_prop_collection of UserSolidLight, (readonly) |
|---|
Number of seconds between each run of the GL texture garbage collector
| Type : | int in [1, 3600], default 0 |
|---|
Time since last access of a GL texture in seconds after which it is freed. (Set to 0 to keep textures allocated.)
| Type : | int in [0, 3600], default 0 |
|---|
Use anti-aliasing for the 3D view (may impact redraw performance)
| Type : | boolean, default False |
|---|
Use international fonts
| Type : | boolean, default False |
|---|
Scale textures for the 3D View (looks nicer but uses more memory and slows image reloading)
| Type : | boolean, default False |
|---|
Enables automatic saving of preview images in the .blend file (Windows only)
| Type : | boolean, default False |
|---|
Allow any .blend file to run scripts automatically (unsafe with blend files from an untrusted source)
| Type : | boolean, default False |
|---|
Automatically converts all new tabs into spaces for new and loaded text files
| Type : | boolean, default False |
|---|
Draw user interface text anti-aliased
| Type : | boolean, default False |
|---|
Use textures for drawing international fonts
| Type : | boolean, default False |
|---|
Translate button labels
| Type : | boolean, default False |
|---|
Translate toolbox menu
| Type : | boolean, default False |
|---|
Translate Tooltips
| Type : | boolean, default False |
|---|
Use Vertex Buffer Objects (or Vertex Arrays, if unsupported) for viewport rendering
| Type : | boolean, default False |
|---|
Enable color range used for weight visualization in weight painting mode
| Type : | boolean, default False |
|---|
Color range used for weight visualization in weight painting mode
| Type : | ColorRamp, (readonly, never None) |
|---|
Drawing method used by the window manager
| Type : | enum in [‘AUTOMATIC’, ‘TRIPLE_BUFFER’, ‘OVERLAP’, ‘OVERLAP_FLIP’, ‘FULL’], default ‘TRIPLE_BUFFER’ |
|---|
Inherited Properties
Inherited Functions
|
References