Blender
V3.3
|
#include "DNA_windowmanager_types.h"
Go to the source code of this file.
Functions | |
void | OBJECT_OT_lineart_bake_strokes (struct wmOperatorType *ot) |
void | OBJECT_OT_lineart_bake_strokes_all (struct wmOperatorType *ot) |
void | OBJECT_OT_lineart_clear (struct wmOperatorType *ot) |
void | OBJECT_OT_lineart_clear_all (struct wmOperatorType *ot) |
void | WM_operatortypes_lineart (void) |
void | MOD_lineart_clear_cache (struct LineartCache **lc) |
void MOD_lineart_clear_cache | ( | struct LineartCache ** | lc | ) |
Definition at line 3539 of file lineart_cpu.c.
References lineart_mem_destroy(), MEM_freeN, and NULL.
Referenced by bake_strokes(), bakeModifier(), BKE_gpencil_modifiers_calc(), generateStrokes(), and lineart_gpencil_bake_single_target().
void OBJECT_OT_lineart_bake_strokes | ( | struct wmOperatorType * | ot | ) |
Definition at line 437 of file lineart_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::invoke, lineart_gpencil_bake_strokes_commom_modal(), lineart_gpencil_bake_strokes_exec(), lineart_gpencil_bake_strokes_invoke(), wmOperatorType::modal, wmOperatorType::name, and ot.
Referenced by WM_operatortypes_lineart().
void OBJECT_OT_lineart_bake_strokes_all | ( | struct wmOperatorType * | ot | ) |
Definition at line 448 of file lineart_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::invoke, lineart_gpencil_bake_strokes_all_exec(), lineart_gpencil_bake_strokes_all_invoke(), lineart_gpencil_bake_strokes_commom_modal(), wmOperatorType::modal, wmOperatorType::name, and ot.
Referenced by WM_operatortypes_lineart().
void OBJECT_OT_lineart_clear | ( | struct wmOperatorType * | ot | ) |
Definition at line 459 of file lineart_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, lineart_gpencil_clear_strokes_exec(), wmOperatorType::name, and ot.
Referenced by WM_operatortypes_lineart().
void OBJECT_OT_lineart_clear_all | ( | struct wmOperatorType * | ot | ) |
Definition at line 468 of file lineart_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, lineart_gpencil_clear_strokes_all_exec(), wmOperatorType::name, and ot.
Referenced by WM_operatortypes_lineart().
Definition at line 477 of file lineart_ops.c.
References OBJECT_OT_lineart_bake_strokes(), OBJECT_OT_lineart_bake_strokes_all(), OBJECT_OT_lineart_clear(), OBJECT_OT_lineart_clear_all(), and WM_operatortype_append().
Referenced by ED_operatortypes_object().