|
Blender V4.3
|
#include "BKE_colortools.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"#include "BKE_material.h"#include "BKE_paint.hh"#include "BLI_array_utils.hh"#include "BLI_easing.h"#include "BLI_index_mask.hh"#include "BLI_math_angle_types.hh"#include "BLI_math_geom.h"#include "BLI_math_rotation.h"#include "BLI_math_rotation.hh"#include "BLI_math_vector.hh"#include "BLI_offset_indices.hh"#include "BLI_task.hh"#include "BLT_translation.hh"#include "DEG_depsgraph.hh"#include "DNA_grease_pencil_types.h"#include "ED_curves.hh"#include "ED_grease_pencil.hh"#include "ED_numinput.hh"#include "ED_screen.hh"#include "GEO_interpolate_curves.hh"#include "GEO_smooth_curves.hh"#include "MEM_guardedalloc.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "RNA_prototypes.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include <climits>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
| namespace | blender::ed::sculpt_paint::greasepencil |
Functions | |
Interpolate Sequence Operator | |
| static float | blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_easing_calc (const eBezTriple_Easing easing, const InterpolationType type, const float back_easing, const float amplitude, const float period, const CurveMapping &custom_ipo, const float time) |
| static int | blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec (bContext *C, wmOperator *op) |
| static void | blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_ui (bContext *C, wmOperator *op) |
| static void | blender::ed::sculpt_paint::greasepencil::GREASE_PENCIL_OT_interpolate_sequence (wmOperatorType *ot) |
Registration | |
| void | ED_operatortypes_grease_pencil_interpolate () |
| void | ED_interpolatetool_modal_keymap (wmKeyConfig *keyconf) |
| void ED_interpolatetool_modal_keymap | ( | wmKeyConfig * | keyconf | ) |
Definition at line 1406 of file grease_pencil_interpolate.cc.
References int, wmKeyMap::modal_items, WM_modalkeymap_assign(), WM_modalkeymap_ensure(), and WM_modalkeymap_find().
Referenced by ED_keymap_grease_pencil().
| void ED_operatortypes_grease_pencil_interpolate | ( | ) |
Definition at line 1399 of file grease_pencil_interpolate.cc.
References WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().