|
Blender
V2.93
|
Go to the source code of this file.
Classes | |
| struct | InstancedData |
Typedefs | |
| typedef enum GeometryComponentType | GeometryComponentType |
| typedef enum InstancedDataType | InstancedDataType |
| typedef struct InstancedData | InstancedData |
Enumerations | |
| enum | GeometryComponentType { GEO_COMPONENT_TYPE_MESH = 0 , GEO_COMPONENT_TYPE_POINT_CLOUD = 1 , GEO_COMPONENT_TYPE_INSTANCES = 2 , GEO_COMPONENT_TYPE_VOLUME = 3 } |
| enum | InstancedDataType { INSTANCE_DATA_TYPE_OBJECT = 0 , INSTANCE_DATA_TYPE_COLLECTION = 1 } |
Functions | |
| void | BKE_geometry_set_free (struct GeometrySet *geometry_set) |
| bool | BKE_geometry_set_has_instances (const struct GeometrySet *geometry_set) |
| typedef enum GeometryComponentType GeometryComponentType |
| typedef struct InstancedData InstancedData |
| typedef enum InstancedDataType InstancedDataType |
| Enumerator | |
|---|---|
| GEO_COMPONENT_TYPE_MESH | |
| GEO_COMPONENT_TYPE_POINT_CLOUD | |
| GEO_COMPONENT_TYPE_INSTANCES | |
| GEO_COMPONENT_TYPE_VOLUME | |
Definition at line 34 of file BKE_geometry_set.h.
| enum InstancedDataType |
| Enumerator | |
|---|---|
| INSTANCE_DATA_TYPE_OBJECT | |
| INSTANCE_DATA_TYPE_COLLECTION | |
Definition at line 45 of file BKE_geometry_set.h.
| void BKE_geometry_set_free | ( | struct GeometrySet * | geometry_set | ) |
Definition at line 336 of file geometry_set.cc.
Referenced by BKE_object_free_derived_caches(), and BKE_object_preview_geometry_set_add().
| bool BKE_geometry_set_has_instances | ( | const struct GeometrySet * | geometry_set | ) |
Referenced by BKE_object_visibility(), get_dupli_generator(), iter_snap_objects(), and object_has_geometry_set_instances().