Blender V4.3
tree_element_view_collection.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10#include "DNA_scene_types.h"
11
12#include "BLT_translation.hh"
13
14#include "../outliner_intern.hh"
15
17
18namespace blender::ed::outliner {
19
21 Scene & /*scene*/)
22 : AbstractTreeElement(legacy_te) /* , scene_(scene) */
23{
25 legacy_te.name = IFACE_("Scene Collection");
26}
27
28} // namespace blender::ed::outliner
#define BLI_assert(a)
Definition BLI_assert.h:50
#define IFACE_(msgid)
@ TSE_VIEW_COLLECTION_BASE
TreeElementViewCollectionBase(TreeElement &legacy_te, Scene &scene)