|
Blender V4.3
|
#include "intern/eval/deg_eval_visibility.h"#include "DNA_layer_types.h"#include "DNA_modifier_types.h"#include "DNA_object_types.h"#include "BLI_assert.h"#include "BLI_listbase.h"#include "BLI_stack.h"#include "DEG_depsgraph.hh"#include "intern/depsgraph.hh"#include "intern/depsgraph_relation.hh"#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"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Functions | |
| void | blender::deg::deg_evaluate_object_node_visibility (::Depsgraph *depsgraph, IDNode *id_node) |
| void | blender::deg::deg_evaluate_object_modifiers_mode_node_visibility (::Depsgraph *depsgraph, IDNode *id_node) |
| void | blender::deg::deg_graph_flush_visibility_flags (Depsgraph *graph) |
| void | blender::deg::deg_graph_flush_visibility_flags_if_needed (Depsgraph *graph) |