|
Blender
V3.3
|
#include <string.h>#include "BLI_utildefines.h"#include "ED_armature.h"#include "ED_curve.h"#include "ED_lattice.h"#include "ED_mball.h"#include "ED_mesh.h"#include "ED_paint.h"#include "ED_particle.h"#include "ED_sculpt.h"#include "ED_text.h"#include "ED_undo.h"#include "undo_intern.h"#include "BKE_undo_system.h"Go to the source code of this file.
Functions | |
| void | ED_undosys_type_init (void) |
| void | ED_undosys_type_free (void) |
Definition at line 52 of file undo_system_types.c.
References BKE_undosys_type_free_all().
Referenced by WM_exit_ex().
Definition at line 26 of file undo_system_types.c.
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_sculpt_undosys_type(), and ED_text_undosys_type().
Referenced by WM_init().