|
Blender V4.3
|
#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) |
| void OVERLAY_viewer_attribute_text | ( | const Object & | object | ) |
Definition at line 121 of file overlay_viewer_text.cc.
References Geometry::attributes, DRW_object_get_dupli(), Curves::geometry, blender::bke::GeometrySet::get_instances(), OB_CURVES, OB_CURVES_LEGACY, OB_MESH, OB_POINTCLOUD, DupliObject::preview_base_geometry, and DupliObject::preview_instance_index.
Referenced by OVERLAY_cache_populate().