Package bpy :: Module types :: Class UserPreferences :: Class UserPreferencesFilePaths
[hide private]
[frames] | no frames]

Class UserPreferencesFilePaths

The File Paths Object

Default paths for external files.

References

Instance Variables [hide private]
boolean auto_save_temporary_files
Automatic saving of temporary files.
int in [1, 60] auto_save_time
The time (in minutes) to wait between automatic temporary saves.
boolean compress_file
Enable file compression when saving .blend files.
boolean filter_file_extensions
Display only files with extensions in the image select window.
string fonts_directory
The default directory to search for loading fonts.
boolean hide_dot_files_datablocks
Hide files/datablocks that start with a dot(.*)
boolean load_ui
Load user interface setup when loading .blend files.
string python_scripts_directory
The default directory to search for Python scripts (resets python module search path: sys.path).
int in [0, 30] recent_files
Maximum number of recently opened files to remember.
string render_output_directory
The default directory for rendering output.
boolean save_preview_images
Enables automatic saving of preview images in the .blend file.
int in [0, 32] save_version
The number of old versions to maintain in the current directory, when manually saving.
string sequence_plugin_directory
The default directory to search for sequence plugins.
string sounds_directory
The default directory to search for sounds.
string temporary_directory
The directory for storing temporary save files.
string texture_plugin_directory
The default directory to search for texture plugins.
string textures_directory
The default directory to search for textures.
boolean use_relative_paths
Default relative path option for the file selector.
Instance Variable Details [hide private]

fonts_directory

The default directory to search for loading fonts. (maximum length of 160)
Type:
string

python_scripts_directory

The default directory to search for Python scripts (resets python module search path: sys.path). (maximum length of 160)
Type:
string

render_output_directory

The default directory for rendering output. (maximum length of 160)
Type:
string

sequence_plugin_directory

The default directory to search for sequence plugins. (maximum length of 160)
Type:
string

sounds_directory

The default directory to search for sounds. (maximum length of 160)
Type:
string

temporary_directory

The directory for storing temporary save files. (maximum length of 160)
Type:
string

texture_plugin_directory

The default directory to search for texture plugins. (maximum length of 160)
Type:
string

textures_directory

The default directory to search for textures. (maximum length of 160)
Type:
string