Blender V5.0
geometry_set.cc File Reference
#include <fmt/format.h>
#include "BLI_bounds.hh"
#include "BLI_map.hh"
#include "BLI_memory_counter.hh"
#include "BLI_task.hh"
#include "BKE_attribute.hh"
#include "BKE_curves.hh"
#include "BKE_geometry_set.hh"
#include "BKE_geometry_set_instances.hh"
#include "BKE_grease_pencil.hh"
#include "BKE_instances.hh"
#include "BKE_mesh.hh"
#include "BKE_modifier.hh"
#include "BKE_object_types.hh"
#include "BKE_subdiv_modifier.hh"
#include "BKE_volume.hh"
#include "DNA_object_types.h"
#include "DNA_pointcloud_types.h"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::bke

Functions

Geometry Set
std::ostream & blender::bke::operator<< (std::ostream &stream, const GeometrySet &geometry_set)
bool blender::bke::attribute_is_builtin_on_component_type (const GeometryComponent::Type type, StringRef name)
static void blender::bke::gather_component_types_recursive (const GeometrySet &geometry_set, const bool include_instances, const bool ignore_empty, Vector< GeometryComponent::Type > &r_types)
bool blender::bke::object_has_geometry_set_instances (const Object &object)