Blender V4.3
overlay_viewer_text.cc File Reference
#include "BLI_math_quaternion_types.hh"
#include "DNA_curve_types.h"
#include "BKE_attribute.hh"
#include "BKE_curves.hh"
#include "BKE_duplilist.hh"
#include "BKE_geometry_set.hh"
#include "BKE_instances.hh"
#include "BKE_mesh.hh"
#include "BKE_pointcloud.hh"
#include "DRW_render.hh"
#include "UI_resources.hh"
#include "draw_manager_text.hh"
#include "overlay_private.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::draw
 
namespace  blender::draw::overlay
 

Functions

static void blender::draw::overlay::add_values_to_text_cache (const GVArray &values, const Span< float3 > positions, const float4x4 &object_to_world)
 
static void blender::draw::overlay::add_attributes_to_text_cache (bke::AttributeAccessor attribute_accessor, const float4x4 &object_to_world)
 
static void blender::draw::overlay::add_instance_attributes_to_text_cache (bke::AttributeAccessor attribute_accessor, const float4x4 &object_to_world, int instance_index)
 
void OVERLAY_viewer_attribute_text (const Object &object)
 

Function Documentation

◆ OVERLAY_viewer_attribute_text()