Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common.hh « tree « space_outliner « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 286e81c4a0c37e9d67374966e5b0a4b7a1a271c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup spoutliner
 */

#pragma once

struct ListBase;

namespace blender::ed::outliner {

class SubTree;

const char *outliner_idcode_to_plural(short idcode);

void outliner_make_object_parent_hierarchy(SubTree &subtree);
bool outliner_animdata_test(const struct AnimData *adt);

}  // namespace blender::ed::outliner