|
Blender V4.3
|
#include "io_ops.hh"#include "WM_api.hh"#include "io_cache.hh"#include "io_drop_import_file.hh"#include "io_grease_pencil.hh"#include "io_obj.hh"#include "io_ply_ops.hh"#include "io_stl_ops.hh"Go to the source code of this file.
Functions | |
| void | ED_operatortypes_io () |
| void ED_operatortypes_io | ( | ) |
Definition at line 32 of file io_ops.cc.
References CACHEFILE_OT_layer_add(), CACHEFILE_OT_layer_move(), CACHEFILE_OT_layer_remove(), CACHEFILE_OT_open(), CACHEFILE_OT_reload(), ED_dropbox_drop_import_file(), WM_operatortype_append(), WM_OT_alembic_export(), WM_OT_alembic_import(), WM_OT_collada_export(), WM_OT_collada_import(), WM_OT_drop_import_file(), WM_OT_grease_pencil_import_svg(), WM_OT_obj_export(), WM_OT_obj_import(), WM_OT_ply_export(), WM_OT_ply_import(), WM_OT_stl_export(), WM_OT_stl_import(), WM_OT_usd_export(), and WM_OT_usd_import().
Referenced by ED_spacetypes_init().