Blender V5.0
tree_element_action_slot.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#include "DNA_action_types.h"
10
11#include "../outliner_intern.hh"
12
14
15#include "ANIM_action.hh"
16
17namespace blender::ed::outliner {
18
20 : AbstractTreeElement(legacy_te)
21{
22 legacy_te.name = &slot.identifier[2];
23 legacy_te.directdata = &slot;
24}
25
26} // namespace blender::ed::outliner
Functions and classes to work with Actions.
TreeElementActionSlot(TreeElement &legacy_te, blender::animrig::Slot &slot)
char identifier[258]