Blender  V3.3
Functions
info_intern.h File Reference

Go to the source code of this file.

Functions

void FILE_OT_autopack_toggle (struct wmOperatorType *ot)
 
void FILE_OT_pack_all (struct wmOperatorType *ot)
 
void FILE_OT_unpack_all (struct wmOperatorType *ot)
 
void FILE_OT_unpack_item (struct wmOperatorType *ot)
 
void FILE_OT_pack_libraries (struct wmOperatorType *ot)
 
void FILE_OT_unpack_libraries (struct wmOperatorType *ot)
 
void FILE_OT_make_paths_relative (struct wmOperatorType *ot)
 
void FILE_OT_make_paths_absolute (struct wmOperatorType *ot)
 
void FILE_OT_report_missing_files (struct wmOperatorType *ot)
 
void FILE_OT_find_missing_files (struct wmOperatorType *ot)
 
void INFO_OT_reports_display_update (struct wmOperatorType *ot)
 
voidinfo_text_pick (const struct SpaceInfo *sinfo, const struct ARegion *region, const struct ReportList *reports, int mouse_y)
 
int info_textview_height (const struct SpaceInfo *sinfo, const struct ARegion *region, const struct ReportList *reports)
 
void info_textview_main (const struct SpaceInfo *sinfo, const struct ARegion *region, const struct ReportList *reports)
 
int info_report_mask (const struct SpaceInfo *sinfo)
 
void INFO_OT_select_pick (struct wmOperatorType *ot)
 
void INFO_OT_select_all (struct wmOperatorType *ot)
 
void INFO_OT_select_box (struct wmOperatorType *ot)
 
void INFO_OT_report_replay (struct wmOperatorType *ot)
 
void INFO_OT_report_delete (struct wmOperatorType *ot)
 
void INFO_OT_report_copy (struct wmOperatorType *ot)
 

Function Documentation

◆ FILE_OT_autopack_toggle()

void FILE_OT_autopack_toggle ( struct wmOperatorType ot)

◆ FILE_OT_find_missing_files()

void FILE_OT_find_missing_files ( struct wmOperatorType ot)

◆ FILE_OT_make_paths_absolute()

void FILE_OT_make_paths_absolute ( struct wmOperatorType ot)

◆ FILE_OT_make_paths_relative()

void FILE_OT_make_paths_relative ( struct wmOperatorType ot)

◆ FILE_OT_pack_all()

void FILE_OT_pack_all ( struct wmOperatorType ot)

◆ FILE_OT_pack_libraries()

void FILE_OT_pack_libraries ( struct wmOperatorType ot)

◆ FILE_OT_report_missing_files()

void FILE_OT_report_missing_files ( struct wmOperatorType ot)

◆ FILE_OT_unpack_all()

void FILE_OT_unpack_all ( struct wmOperatorType ot)

◆ FILE_OT_unpack_item()

void FILE_OT_unpack_item ( struct wmOperatorType ot)

◆ FILE_OT_unpack_libraries()

void FILE_OT_unpack_libraries ( struct wmOperatorType ot)

◆ INFO_OT_report_copy()

void INFO_OT_report_copy ( struct wmOperatorType ot)

◆ INFO_OT_report_delete()

void INFO_OT_report_delete ( struct wmOperatorType ot)

◆ INFO_OT_report_replay()

void INFO_OT_report_replay ( struct wmOperatorType ot)

◆ INFO_OT_reports_display_update()

void INFO_OT_reports_display_update ( struct wmOperatorType ot)

◆ INFO_OT_select_all()

void INFO_OT_select_all ( struct wmOperatorType ot)

◆ INFO_OT_select_box()

void INFO_OT_select_box ( struct wmOperatorType ot)

◆ INFO_OT_select_pick()

void INFO_OT_select_pick ( struct wmOperatorType ot)

◆ info_report_mask()

int info_report_mask ( const struct SpaceInfo sinfo)

◆ info_text_pick()

void* info_text_pick ( const struct SpaceInfo sinfo,
const struct ARegion region,
const struct ReportList reports,
int  mouse_y 
)

◆ info_textview_height()

int info_textview_height ( const struct SpaceInfo sinfo,
const struct ARegion region,
const struct ReportList reports 
)

◆ info_textview_main()

void info_textview_main ( const struct SpaceInfo sinfo,
const struct ARegion region,
const struct ReportList reports 
)