Blender
V3.3
|
#include "io_ops.h"
#include "WM_api.h"
#include "io_cache.h"
#include "io_gpencil.h"
#include "io_obj.h"
#include "io_stl_ops.h"
Go to the source code of this file.
Functions | |
void | ED_operatortypes_io (void) |
Definition at line 29 of file io_ops.c.
References CACHEFILE_OT_layer_add(), CACHEFILE_OT_layer_move(), CACHEFILE_OT_layer_remove(), CACHEFILE_OT_open(), CACHEFILE_OT_reload(), WM_operatortype_append(), WM_OT_alembic_export(), WM_OT_alembic_import(), WM_OT_collada_export(), WM_OT_collada_import(), WM_OT_gpencil_import_svg(), WM_OT_obj_export(), WM_OT_obj_import(), WM_OT_stl_import(), WM_OT_usd_export(), and WM_OT_usd_import().
Referenced by ED_spacetypes_init().