Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 35 of file deg_eval_runtime_backup_animation.h.

Constructor & Destructor Documentation

◆ AnimationBackup()

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

Definition at line 67 of file deg_eval_runtime_backup_animation.cc.

References depsgraph, meed_value_backup, and reset().

Member Function Documentation

◆ init_from_id()

void blender::deg::AnimationBackup::init_from_id ( ID id)

◆ reset()

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

Definition at line 73 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 44 of file deg_eval_runtime_backup_animation.h.

Referenced by AnimationBackup().

◆ values_backup

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

Definition at line 45 of file deg_eval_runtime_backup_animation.h.

Referenced by restore_to_id().


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