|
Blender V4.3
|
#include "BKE_context.hh"#include "BLT_translation.hh"#include "ANIM_armature_iter.hh"#include "ANIM_bone_collections.hh"#include "UI_interface.hh"#include "UI_tree_view.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "ED_armature.hh"#include "ED_undo.hh"#include "WM_api.hh"#include <fmt/format.h>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
| namespace | blender::ui::bonecollections |
Functions | |
| void | uiTemplateBoneCollectionTree (uiLayout *layout, bContext *C) |
Definition at line 460 of file interface_template_bone_collection_tree.cc.
References BLI_assert, blender::ui::TreeViewBuilder::build_tree_view(), ED_armature_context(), GS, bArmature::id, ID_AR, ID::name, blender::ui::AbstractView::set_context_menu_title(), blender::ui::AbstractTreeView::set_default_rows(), UI_block_add_view(), and uiLayoutGetBlock().