Blender
V3.3
|
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "DNA_ID.h"
#include "BLI_threads.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_physics.h"
#include "intern/debug/deg_debug.h"
#include "intern/depsgraph_type.h"
Go to the source code of this file.
Classes | |
struct | blender::deg::Depsgraph |
Namespaces | |
blender | |
blender::deg | |
Datatypes for internal use in the Depsgraph
All of these datatypes are only really used within the "core" depsgraph. In particular, node types declared here form the structure of operations in the graph.
Definition in file depsgraph.h.