|
Blender V4.3
|
#include "BLI_listbase.h"#include "BKE_idtype.hh"#include "DNA_anim_types.h"#include "DNA_object_types.h"#include "DNA_outliner_types.h"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "../outliner_intern.hh"#include "common.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::outliner |
Functions | |
| void | blender::ed::outliner::outliner_make_object_parent_hierarchy (ListBase *lb) |
| bool | blender::ed::outliner::outliner_animdata_test (const AnimData *adt) |
ID Helpers. | |
| const char * | blender::ed::outliner::outliner_idcode_to_plural (short idcode) |
Functions and helpers shared between tree-display types or other tree related code.
Definition in file common.cc.