base class — bpy_struct
Graphics driver and operating system settings
Quality of the anisotropic filtering (values greater than 1.0 enable anisotropic filtering)
Type : | enum in [‘FILTER_0’, ‘FILTER_2’, ‘FILTER_4’, ‘FILTER_8’, ‘FILTER_16’], default ‘FILTER_0’ |
---|
Audio channel count
Type : | enum in [‘MONO’, ‘STEREO’, ‘SURROUND4’, ‘SURROUND51’, ‘SURROUND71’], default ‘MONO’ |
---|
Audio output device
Type : | enum in [‘NONE’], default ‘NONE’ |
---|
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’ |
---|
Audio sample format
Type : | enum in [‘U8’, ‘S16’, ‘S24’, ‘S32’, ‘FLOAT’, ‘DOUBLE’], default ‘U8’ |
---|
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 “”, (never None) |
---|
Different styles of displaying the color picker widget
Type : | enum in [‘CIRCLE’, ‘SQUARE_SV’, ‘SQUARE_HS’, ‘SQUARE_HV’], default ‘CIRCLE’ |
---|
Device to use for computation
Type : | enum in [‘CPU’], default ‘CPU’ |
---|
Device to use for computation (rendering with Cycles)
Type : | enum in [‘NONE’, ‘CUDA’, ‘OPENCL’], default ‘NONE’ |
---|
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’ |
---|
Memory cache limit (in megabytes)
Type : | int in [0, 32768], default 0 |
---|
Number of frames to render ahead during playback (sequencer only)
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 16 bit per component texture for float images
Type : | boolean, default False |
---|
Use anti-aliasing for the 3D view (may impact redraw performance)
Type : | boolean, default False |
---|
Generate Image Mipmaps on the GPU
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 |
---|
Allow user to choose any codec (Windows only, might generate instability)
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 convert 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 Interface
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