Blender V4.5
blender::ed::pointcloud::undo::StepObject Struct Reference

Public Attributes

UndoRefID_Object obedit_ref = {}
CustomData custom_data = {}
int totpoint = 0
SharedCache< Bounds< float3float3 > > bounds_cache
SharedCache< Bounds< float3float3 > > bounds_with_radius_cache

Detailed Description

Definition at line 39 of file undo.cc.

Member Data Documentation

◆ bounds_cache

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

Definition at line 44 of file undo.cc.

◆ bounds_with_radius_cache

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

Definition at line 45 of file undo.cc.

◆ custom_data

CustomData blender::ed::pointcloud::undo::StepObject::custom_data = {}

Definition at line 41 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: