|
Blender V4.3
|
#include <fmt/format.h>#include "ANIM_action_legacy.hh"#include "BKE_anim_data.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_duplilist.hh"#include "BKE_material.h"#include "BKE_scene.hh"#include "BLI_math_matrix.h"#include "BLI_math_matrix.hh"#include "BLI_set.hh"#include "BLI_string.h"#include "BLT_translation.hh"#include "DEG_depsgraph_query.hh"#include "DNA_anim_types.h"#include "ED_grease_pencil.hh"#include "ED_object.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "WM_types.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
Functions | |
| static void | blender::ed::greasepencil::ensure_valid_frame_end (Main *, Scene *, PointerRNA *ptr) |
| static int | blender::ed::greasepencil::bake_grease_pencil_animation_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| static Vector< Object * > | blender::ed::greasepencil::get_bake_targets (bContext &C, Depsgraph &depsgraph, Scene &scene) |
| static Set< int > | blender::ed::greasepencil::get_selected_object_keyframes (Span< Object * > bake_targets) |
| static int | blender::ed::greasepencil::bake_grease_pencil_animation_exec (bContext *C, wmOperator *op) |
| static bool | blender::ed::greasepencil::bake_grease_pencil_animation_poll (bContext *C) |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_bake_grease_pencil_animation (wmOperatorType *ot) |
| void | ED_operatortypes_grease_pencil_bake_animation () |
| void ED_operatortypes_grease_pencil_bake_animation | ( | ) |
Definition at line 370 of file grease_pencil_bake_animation.cc.
References WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().