|
| bool | blender::ed::greasepencil::grease_pencil_layer_parent_set (bke::greasepencil::Layer &layer, Object *parent, StringRefNull bone, const bool keep_transform) |
| |
| void | blender::ed::greasepencil::grease_pencil_layer_parent_clear (bke::greasepencil::Layer &layer, const bool keep_transform) |
| |
| void | blender::ed::greasepencil::select_layer_channel (GreasePencil &grease_pencil, bke::greasepencil::Layer *layer) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_add_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_add_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_add (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_remove_exec (bContext *C, wmOperator *) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_remove (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_reorder_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_reorder (wmOperatorType *ot) |
| |
| static bool | blender::ed::greasepencil::grease_pencil_layer_move_poll (bContext *C) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_move_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_move (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_active_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_active (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_group_add_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_group_add (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_group_remove_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_group_remove (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_hide_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_hide (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_reveal_exec (bContext *C, wmOperator *) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_reveal (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_isolate_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_isolate (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_lock_all_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_lock_all (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_duplicate_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_duplicate (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_merge_layer_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_merge (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_mask_add_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_mask_add (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_mask_remove_exec (bContext *C, wmOperator *) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_mask_remove (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_mask_reorder_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_mask_reorder (wmOperatorType *ot) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_group_color_tag_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_group_color_tag (wmOperatorType *ot) |
| |
| static void | blender::ed::greasepencil::duplicate_layer_and_frames (GreasePencil &dst_grease_pencil, const GreasePencil &src_grease_pencil, const blender::bke::greasepencil::Layer &src_layer, const DuplicateCopyMode copy_frame_mode, const int current_frame) |
| |
| static int | blender::ed::greasepencil::grease_pencil_layer_duplicate_object_exec (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_layer_duplicate_object (wmOperatorType *ot) |
| |
| void | ED_operatortypes_grease_pencil_layers () |
| |