42#ifdef WITH_IO_GREASE_PENCIL
59#ifdef WITH_IO_WAVEFRONT_OBJ
void WM_OT_alembic_import(wmOperatorType *ot)
void WM_OT_alembic_export(wmOperatorType *ot)
void CACHEFILE_OT_open(wmOperatorType *ot)
void CACHEFILE_OT_layer_remove(wmOperatorType *ot)
void CACHEFILE_OT_layer_move(wmOperatorType *ot)
void CACHEFILE_OT_layer_add(wmOperatorType *ot)
void CACHEFILE_OT_reload(wmOperatorType *ot)
void WM_OT_drop_import_file(wmOperatorType *ot)
void ED_dropbox_drop_import_file()
void WM_OT_fbx_import(wmOperatorType *ot)
void WM_OT_grease_pencil_import_svg(wmOperatorType *ot)
void WM_OT_obj_import(wmOperatorType *ot)
void WM_OT_obj_export(wmOperatorType *ot)
void ED_operatortypes_io()
void WM_OT_ply_export(wmOperatorType *ot)
void WM_OT_ply_import(wmOperatorType *ot)
void WM_OT_stl_import(wmOperatorType *ot)
void WM_OT_stl_export(wmOperatorType *ot)
void WM_OT_usd_import(wmOperatorType *ot)
void WM_OT_usd_export(wmOperatorType *ot)
void stl_file_handler_add()
void fbx_file_handler_add()
void alembic_file_handler_add()
void grease_pencil_file_handler_add()
void ply_file_handler_add()
void obj_file_handler_add()
void usd_file_handler_add()
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))