Blender
V3.3
|
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 |
Definition at line 1625 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().
struct ListBase* object_duplilist | ( | struct Depsgraph * | depsgraph, |
struct Scene * | sce, | ||
struct Object * | ob | ||
) |
Definition at line 1610 of file object_dupli.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), depsgraph, DupliContext::duplilist, DupliContext::gen, init_context(), and DupliGenerator::make_duplis.
Referenced by BKE_object_minmax_dupli(), BKE_scene_base_iter_next(), gpencil_bake_duplilist(), iter_snap_objects(), and make_object_duplilist_real().