|
Blender V4.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 17 of file dupli_parent_finder.hh.
| const DupliObject * blender::io::DupliParentFinder::find_suitable_export_parent | ( | const DupliObject * | dupli_ob | ) | const |
Definition at line 27 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 13 of file dupli_parent_finder.cc.
References blender::io::PersistentID::instancer_pid(), and DupliObject::ob.
| bool blender::io::DupliParentFinder::is_duplicated | ( | const Object * | object | ) | const |
Definition at line 22 of file dupli_parent_finder.cc.