|
Blender
V2.93
|
Go to the source code of this file.
Classes | |
| struct | DupliObject |
Typedefs | |
| typedef struct DupliObject | DupliObject |
Functions | |
| struct ListBase * | object_duplilist (struct Depsgraph *depsgraph, struct Scene *sce, struct Object *ob) |
| void | free_object_duplilist (struct ListBase *lb) |
| typedef struct DupliObject DupliObject |
| void free_object_duplilist | ( | struct ListBase * | lb | ) |
Definition at line 1621 of file object_dupli.cc.
References BLI_freelistN(), and MEM_freeN.
Referenced by BKE_object_minmax_dupli(), BKE_scene_base_iter_next(), gpencil_bake_duplilist(), iter_snap_objects(), and make_object_duplilist_real().
Definition at line 1606 of file object_dupli.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), depsgraph, DupliContext::duplilist, DupliContext::gen, init_context(), DupliGenerator::make_duplis, and MEM_callocN.
Referenced by BKE_object_minmax_dupli(), BKE_scene_base_iter_next(), gpencil_bake_duplilist(), iter_snap_objects(), and make_object_duplilist_real().