|
Blender V5.0
|
#include "intern/builder/deg_builder_relations_drivers.h"#include <cstring>#include <deque>#include "BLI_listbase.h"#include "DNA_anim_types.h"#include "RNA_access.hh"#include "RNA_path.hh"#include "BKE_anim_data.hh"#include "intern/builder/deg_builder_relations.h"#include "intern/depsgraph_relation.hh"#include "intern/node/deg_node.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Functions | |
| static bool | blender::deg::is_reachable (const Node *const from, const Node *const to) |
| bool | blender::deg::data_path_maybe_shared (const ID &id, const StringRef data_path) |
Methods for constructing depsgraph relations for drivers.
Definition in file deg_builder_relations_drivers.cc.