Blender
V3.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_object_types.h"
#include "BLI_stack.h"
#include "BLI_utildefines.h"
#include "BKE_action.h"
#include "RNA_prototypes.h"
#include "intern/builder/deg_builder_cache.h"
#include "intern/builder/deg_builder_remove_noop.h"
#include "intern/depsgraph.h"
#include "intern/depsgraph_relation.h"
#include "intern/depsgraph_tag.h"
#include "intern/depsgraph_type.h"
#include "intern/eval/deg_eval_copy_on_write.h"
#include "intern/eval/deg_eval_visibility.h"
#include "intern/node/deg_node.h"
#include "intern/node/deg_node_component.h"
#include "intern/node/deg_node_id.h"
#include "intern/node/deg_node_operation.h"
#include "DEG_depsgraph.h"
Go to the source code of this file.
Namespaces | |
blender | |
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) |