|
Blender V5.0
|
#include "intern/builder/deg_builder_nodes.h"#include <cstdlib>#include "DNA_armature_types.h"#include "DNA_constraint_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "BLI_listbase.h"#include "BKE_action.hh"#include "BKE_armature.hh"#include "BKE_constraint.h"#include "BKE_lib_query.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_build.hh"#include "intern/eval/deg_eval_copy_on_write.h"#include "intern/node/deg_node.hh"#include "intern/node/deg_node_component.hh"#include "intern/node/deg_node_operation.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Methods for constructing depsgraph's nodes
Definition in file deg_builder_nodes_rig.cc.