Blender V5.0
blender::ed::pointcloud::undo::StepObject Struct Reference

Public Attributes

UndoRefID_Object obedit_ref = {}
bke::AttributeStorage attribute_storage
int totpoint = 0
SharedCache< Bounds< float3 > > bounds_cache
SharedCache< Bounds< float3 > > bounds_with_radius_cache

Detailed Description

Definition at line 39 of file undo.cc.

Member Data Documentation

◆ attribute_storage

bke::AttributeStorage blender::ed::pointcloud::undo::StepObject::attribute_storage

Definition at line 41 of file undo.cc.

◆ bounds_cache

SharedCache<Bounds<float3> > blender::ed::pointcloud::undo::StepObject::bounds_cache

Definition at line 44 of file undo.cc.

◆ bounds_with_radius_cache

SharedCache<Bounds<float3> > blender::ed::pointcloud::undo::StepObject::bounds_with_radius_cache

Definition at line 45 of file undo.cc.

◆ obedit_ref

UndoRefID_Object blender::ed::pointcloud::undo::StepObject::obedit_ref = {}

Definition at line 40 of file undo.cc.

◆ totpoint

int blender::ed::pointcloud::undo::StepObject::totpoint = 0

Definition at line 42 of file undo.cc.


The documentation for this struct was generated from the following file: