Blender
V3.3
|
#include "intern/builder/deg_builder_cache.h"
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"
#include "BLI_utildefines.h"
#include "BKE_animsys.h"
#include "RNA_path.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::deg | |
Functions | |
bool | blender::deg::operator== (const AnimatedPropertyID &a, const AnimatedPropertyID &b) |
AnimatedPropertyStorage* animated_property_storage |
Definition at line 71 of file deg_builder_cache.cc.
Referenced by blender::deg::DepsgraphBuilderCache::ensureInitializedAnimatedPropertyStorage(), blender::deg::DepsgraphBuilderCache::isAnyPropertyAnimated(), blender::deg::DepsgraphBuilderCache::isPropertyAnimated(), and blender::deg::DepsgraphBuilderCache::~DepsgraphBuilderCache().
DepsgraphBuilderCache* builder_cache |
Definition at line 72 of file deg_builder_cache.cc.
Referenced by blender::deg::AnimatedPropertyStorage::initializeFromID().
PointerRNA pointer_rna |
Definition at line 70 of file deg_builder_cache.cc.
Referenced by blender::deg::AnimatedPropertyStorage::isAnyPropertyAnimated(), blender::deg::AnimatedPropertyStorage::isPropertyAnimated(), and blender::deg::AnimatedPropertyStorage::tagPropertyAsAnimated().