Blender
V3.3
|
Go to the source code of this file.
Functions | |
const char * | outliner_idcode_to_plural (short idcode) |
void | outliner_make_object_parent_hierarchy (ListBase *lb) |
bool | outliner_animdata_test (const struct AnimData *adt) |
const char* outliner_idcode_to_plural | ( | short | idcode | ) |
Definition at line 28 of file common.cc.
References BKE_idtype_idcode_to_name_plural(), RNA_property_ui_name(), and RNA_struct_type_find_property().
Referenced by blender::ed::outliner::TreeDisplayIDOrphans::buildTree().
Definition at line 37 of file common.cc.
References BLI_addtail(), BLI_remlink(), ListBase::first, Object::id, TreeStoreElem::id, ID_OB, TreeElement::idcode, if(), ID::newid, TreeElement::next, TreeElement::parent, Object::parent, TreeElement::subtree, TREESTORE, TSE_SOME_ID, and TreeStoreElem::type.
Referenced by blender::ed::outliner::TreeDisplayScenes::buildTree(), and blender::ed::outliner::TreeElementSceneObjectsBase::expand().