|
Blender V4.3
|
#include <cstring>#include "BLI_utildefines.h"#include "ED_armature.hh"#include "ED_curve.hh"#include "ED_curves.hh"#include "ED_grease_pencil.hh"#include "ED_lattice.hh"#include "ED_mball.hh"#include "ED_mesh.hh"#include "ED_paint.hh"#include "ED_particle.hh"#include "ED_sculpt.hh"#include "ED_text.hh"#include "ED_undo.hh"#include "undo_intern.hh"#include "BKE_undo_system.hh"Go to the source code of this file.
Functions | |
| void | ED_undosys_type_init () |
| void | ED_undosys_type_free () |
| void ED_undosys_type_free | ( | ) |
Definition at line 60 of file undo_system_types.cc.
References BKE_undosys_type_free_all().
Referenced by WM_exit_ex().
| void ED_undosys_type_init | ( | ) |
Definition at line 30 of file undo_system_types.cc.
References BKE_undosys_type_append(), BKE_UNDOSYS_TYPE_IMAGE, BKE_UNDOSYS_TYPE_MEMFILE, BKE_UNDOSYS_TYPE_PAINTCURVE, BKE_UNDOSYS_TYPE_PARTICLE, BKE_UNDOSYS_TYPE_SCULPT, BKE_UNDOSYS_TYPE_TEXT, ED_armature_undosys_type(), ED_curve_undosys_type(), ED_font_undosys_type(), ED_image_undosys_type(), ED_lattice_undosys_type(), ED_mball_undosys_type(), ED_memfile_undosys_type(), ED_mesh_undosys_type(), ED_paintcurve_undosys_type(), ED_particle_undosys_type(), ED_text_undosys_type(), and ED_undosys_type_grease_pencil().
Referenced by WM_init().