Blender V5.0
blender::deg::ObjectRuntimeBackup Class Reference

#include <deg_eval_runtime_backup_object.h>

Public Member Functions

 ObjectRuntimeBackup (const Depsgraph *depsgraph)
void init_from_object (Object *object)
void backup_modifier_runtime_data (Object *object)
void backup_pose_channel_runtime_data (Object *object)
void restore_to_object (Object *object)
void restore_modifier_runtime_data (Object *object)
void restore_pose_channel_runtime_data (Object *object)

Public Attributes

bke::ObjectRuntime runtime
std::optional< LightLinkingRuntimelight_linking_runtime
short base_flag
unsigned short base_local_view_bits
Map< int, ModifierDataBackupmodifier_runtime_data
Map< SessionUID, bPoseChannel_Runtimepose_channel_runtime_data

Detailed Description

Definition at line 28 of file deg_eval_runtime_backup_object.h.

Constructor & Destructor Documentation

◆ ObjectRuntimeBackup()

blender::deg::ObjectRuntimeBackup::ObjectRuntimeBackup ( const Depsgraph * depsgraph)

Definition at line 28 of file deg_eval_runtime_backup_object.cc.

References base_flag, base_local_view_bits, and runtime.

Member Function Documentation

◆ backup_modifier_runtime_data()

void blender::deg::ObjectRuntimeBackup::backup_modifier_runtime_data ( Object * object)

◆ backup_pose_channel_runtime_data()

void blender::deg::ObjectRuntimeBackup::backup_pose_channel_runtime_data ( Object * object)

◆ init_from_object()

◆ restore_modifier_runtime_data()

void blender::deg::ObjectRuntimeBackup::restore_modifier_runtime_data ( Object * object)

◆ restore_pose_channel_runtime_data()

void blender::deg::ObjectRuntimeBackup::restore_pose_channel_runtime_data ( Object * object)

◆ restore_to_object()

Member Data Documentation

◆ base_flag

short blender::deg::ObjectRuntimeBackup::base_flag

◆ base_local_view_bits

unsigned short blender::deg::ObjectRuntimeBackup::base_local_view_bits

◆ light_linking_runtime

std::optional<LightLinkingRuntime> blender::deg::ObjectRuntimeBackup::light_linking_runtime

Definition at line 46 of file deg_eval_runtime_backup_object.h.

Referenced by init_from_object(), and restore_to_object().

◆ modifier_runtime_data

Map<int, ModifierDataBackup> blender::deg::ObjectRuntimeBackup::modifier_runtime_data

◆ pose_channel_runtime_data

Map<SessionUID, bPoseChannel_Runtime> blender::deg::ObjectRuntimeBackup::pose_channel_runtime_data

◆ runtime

bke::ObjectRuntime blender::deg::ObjectRuntimeBackup::runtime

The documentation for this class was generated from the following files: