Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/builder/deg_builder_cache.cc
| Show All 9 Lines | |||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "DNA_anim_types.h" | #include "DNA_anim_types.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BKE_animsys.h" | #include "BKE_animsys.h" | ||||
| #include "RNA_path.h" | |||||
| namespace blender::deg { | namespace blender::deg { | ||||
| /* Animated property storage. */ | /* Animated property storage. */ | ||||
| AnimatedPropertyID::AnimatedPropertyID() : data(nullptr), property_rna(nullptr) | AnimatedPropertyID::AnimatedPropertyID() : data(nullptr), property_rna(nullptr) | ||||
| { | { | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 142 Lines • Show Last 20 Lines | |||||