Package bpy :: Package ops :: Module file
[hide private]
[frames] | no frames]

Module file

Functions [hide private]
 
bookmark_add()
Add a bookmark for the selected/active directory.
 
bookmark_toggle()
Toggle bookmarks display.
 
cancel()
Cancel loading of selected file.
 
delete()
Delete selected file.
 
delete_bookmark(index=-1)
Delete selected bookmark.
 
directory_new()
Create a new directory
 
execute()
Execute selected file.
 
filenum(increment=1)
Increment number in filename.
 
find_missing_files(path='', filename='', directory='', filter_blender=False, filter_image=False, filter_movie=False, filter_python=False, filter_font=False, filter_sound=False, filter_text=False, filter_folder=False, filemode=9)
(undocumented operator)
 
hidedot()
Toggle hide hidden dot files.
 
highlight()
Highlight selected file(s).
 
loadimages()
Load selected image(s).
 
make_paths_absolute()
(undocumented operator)
 
make_paths_relative()
(undocumented operator)
 
next()
Move to next folder.
 
pack_all()
(undocumented operator)
 
parent()
Move to parent directory.
 
previous()
Move to previous folder.
 
refresh()
Refresh the file list.
 
rename()
Rename file or file directory.
 
report_missing_files()
(undocumented operator)
 
select(extend=False)
Activate/select file.
 
select_all_toggle()
Select/deselect all files.
 
select_bookmark(dir='')
Select a bookmarked directory.
 
select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0)
Activate/select the file(s) contained in the border.
 
unpack_all(method='USE_LOCAL')
(undocumented operator)
Function Details [hide private]

delete_bookmark(index=-1)

 

Delete selected bookmark.

Parameters:
  • index (int) - in (-1, 20000)

filenum(increment=1)

 

Increment number in filename.

Parameters:
  • increment (int) - in (0, 100)

find_missing_files(path='', filename='', directory='', filter_blender=False, filter_image=False, filter_movie=False, filter_python=False, filter_font=False, filter_sound=False, filter_text=False, filter_folder=False, filemode=9)

 

(undocumented operator)

Parameters:
  • filemode (int) - The setting for the file browser mode to load a .blend file, a library or a special file. in (1, 9)
  • filter_text (boolean)
  • filter_sound (boolean)
  • filter_image (boolean)
  • filter_movie (boolean)
  • filter_blender (boolean)
  • filename (string)
  • filter_font (boolean)
  • filter_python (boolean)
  • directory (string)
  • path (string)
  • filter_folder (boolean)

select(extend=False)

 

Activate/select file.

Parameters:
  • extend (boolean)

select_bookmark(dir='')

 

Select a bookmarked directory.

Parameters:
  • dir (string)

select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0)

 

Activate/select the file(s) contained in the border.

Parameters:
  • gesture_mode (int) - in (-inf, inf)
  • xmin (int) - in (-inf, inf)
  • xmax (int) - in (-inf, inf)
  • ymin (int) - in (-inf, inf)
  • ymax (int) - in (-inf, inf)

unpack_all(method='USE_LOCAL')

 

(undocumented operator)

Parameters:
  • method (enum) - How to unpack. in (USE_LOCAL, WRITE_LOCAL, USE_ORIGINAL, WRITE_ORIGINAL, KEEP, ASK)