Blender V4.3
blender::deg::AnimationBackup Class Reference

#include <deg_eval_runtime_backup_animation.h>

Public Member Functions

 AnimationBackup (const Depsgraph *depsgraph)
 
void reset ()
 
void init_from_id (ID *id)
 
void restore_to_id (ID *id)
 

Public Attributes

bool meed_value_backup
 
Vector< AnimationValueBackupvalues_backup
 

Detailed Description

Definition at line 36 of file deg_eval_runtime_backup_animation.h.

Constructor & Destructor Documentation

◆ AnimationBackup()

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

Definition at line 28 of file deg_eval_runtime_backup_animation.cc.

References depsgraph, meed_value_backup, and reset().

Member Function Documentation

◆ init_from_id()

◆ reset()

void blender::deg::AnimationBackup::reset ( )

Definition at line 34 of file deg_eval_runtime_backup_animation.cc.

Referenced by AnimationBackup().

◆ restore_to_id()

void blender::deg::AnimationBackup::restore_to_id ( ID * id)

Member Data Documentation

◆ meed_value_backup

bool blender::deg::AnimationBackup::meed_value_backup

Definition at line 45 of file deg_eval_runtime_backup_animation.h.

Referenced by AnimationBackup().

◆ values_backup

Vector<AnimationValueBackup> blender::deg::AnimationBackup::values_backup

Definition at line 46 of file deg_eval_runtime_backup_animation.h.

Referenced by init_from_id(), and restore_to_id().


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