|
Blender V4.3
|
#include "intern/builder/deg_builder.h"#include <cstring>#include "DNA_ID.h"#include "DNA_anim_types.h"#include "DNA_armature_types.h"#include "DNA_layer_types.h"#include "DNA_modifier_types.h"#include "DNA_object_types.h"#include "BLI_stack.h"#include "BLI_utildefines.h"#include "BKE_action.hh"#include "BKE_collection.hh"#include "BKE_lib_id.hh"#include "RNA_prototypes.hh"#include "intern/builder/deg_builder_cache.h"#include "intern/builder/deg_builder_remove_noop.h"#include "intern/depsgraph.hh"#include "intern/depsgraph_relation.hh"#include "intern/depsgraph_tag.hh"#include "intern/depsgraph_type.hh"#include "intern/eval/deg_eval_copy_on_write.h"#include "intern/eval/deg_eval_visibility.h"#include "intern/node/deg_node.hh"#include "intern/node/deg_node_component.hh"#include "intern/node/deg_node_id.hh"#include "intern/node/deg_node_operation.hh"#include "DEG_depsgraph.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Functions | |
| bool | blender::deg::deg_check_id_in_depsgraph (const Depsgraph *graph, ID *id_orig) |
| bool | blender::deg::deg_check_base_in_depsgraph (const Depsgraph *graph, Base *base) |
Builder Finalizer. | |
| void | blender::deg::deg_graph_build_finalize (Main *bmain, Depsgraph *graph) |