Blender
V3.3
|
#include <dupli_parent_finder.hh>
Public Member Functions | |
void | insert (const DupliObject *dupli_ob) |
bool | is_duplicated (const Object *object) const |
const DupliObject * | find_suitable_export_parent (const DupliObject *dupli_ob) const |
Definition at line 16 of file dupli_parent_finder.hh.
const DupliObject * blender::io::DupliParentFinder::find_suitable_export_parent | ( | const DupliObject * | dupli_ob | ) | const |
Definition at line 26 of file dupli_parent_finder.cc.
References DupliObject::ob, and Object::parent.
Referenced by blender::io::AbstractHierarchyIterator::determine_graph_index_dupli().
void blender::io::DupliParentFinder::insert | ( | const DupliObject * | dupli_ob | ) |
Definition at line 12 of file dupli_parent_finder.cc.
References blender::io::PersistentID::instancer_pid(), and DupliObject::ob.
Definition at line 21 of file dupli_parent_finder.cc.