|
Blender
V2.93
|
#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 OBJECT_OT_lineart_bake_strokes | ( | struct wmOperatorType * | ot | ) |
Definition at line 416 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 428 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 440 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 450 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().
| void WM_operatortypes_lineart | ( | void | ) |
Definition at line 459 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().