UserPreferencesFilePaths(bpy_struct)

base class — bpy_struct

class bpy.types.UserPreferencesFilePaths(bpy_struct)

Default paths for external files

animation_player

Path to a custom animation/frame sequence player

Type :string, default “”
animation_player_preset

Preset configs for external animation players

  • BLENDER24 Blender 2.4, Blender command line animation playback - path to Blender 2.4.
  • DJV Djv, Open source frame player: http://djv.sourceforge.net.
  • FRAMECYCLER FrameCycler, Frame player from IRIDAS.
  • RV rv, Frame player from Tweak Software.
  • MPLAYER MPlayer, Media player for video & png/jpeg/sgi image sequences.
  • CUSTOM Custom, Custom animation player executable path.
Type :enum in [‘BLENDER24’, ‘DJV’, ‘FRAMECYCLER’, ‘RV’, ‘MPLAYER’, ‘CUSTOM’], default ‘BLENDER24’
auto_save_time

The time (in minutes) to wait between automatic temporary saves

Type :int in [1, 60], default 0
font_directory

The default directory to search for loading fonts

Type :string, default “”
hide_recent_locations

Hide recent locations in the file selector

Type :boolean, default False
image_editor

Path to an image editor

Type :string, default “”
recent_files

Maximum number of recently opened files to remember

Type :int in [0, 30], default 0
render_output_directory

The default directory for rendering output, for new scenes

Type :string, default “”
save_version

The number of old versions to maintain in the current directory, when manually saving

Type :int in [0, 32], default 0
script_directory

Alternate script path, matching the default layout with subdirs: startup, addons & modules (requires restart)

Type :string, default “”
sequence_plugin_directory

The default directory to search for sequence plugins

Type :string, default “”
show_hidden_files_datablocks

Hide files/datablocks that start with a dot (.*)

Type :boolean, default False
show_thumbnails

Open in thumbnail view for images and movies

Type :boolean, default False
sound_directory

The default directory to search for sounds

Type :string, default “”
temporary_directory

The directory for storing temporary save files

Type :string, default “”
texture_directory

The default directory to search for textures

Type :string, default “”
texture_plugin_directory

The default directory to search for texture plugins

Type :string, default “”
use_auto_save_temporary_files

Automatic saving of temporary files in temp directory, uses process ID

Type :boolean, default False
use_file_compression

Enable file compression when saving .blend files

Type :boolean, default False
use_filter_files

Display only files with extensions in the image select window

Type :boolean, default False
use_load_ui

Load user interface setup when loading .blend files

Type :boolean, default False
use_relative_paths

Default relative path option for the file selector

Type :boolean, default False
use_save_preview_images

Enables automatic saving of preview images in the .blend file

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

UserPreferencesEdit(bpy_struct)

Next topic

UserPreferencesInput(bpy_struct)