Blender V4.3
tree_element_linked_node_tree.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include "DNA_ID.h"
10#include "DNA_outliner_types.h"
11
12#include "../outliner_intern.hh"
13
15
16namespace blender::ed::outliner {
17
19 : AbstractTreeElement(legacy_te)
20{
22 legacy_te.name = id.name + 2;
23 legacy_te.idcode = GS(id.name);
24}
25
26} // namespace blender::ed::outliner
#define BLI_assert(a)
Definition BLI_assert.h:50
ID and Library types, which are fundamental for SDNA.
@ TSE_LINKED_NODE_TREE
#define GS(x)
Definition iris.cc:202
Definition DNA_ID.h:413