|
Blender
V3.3
|
#include <cstdarg>#include "BLI_dot_export.hh"#include "BLI_utildefines.h"#include "DNA_listBase.h"#include "DEG_depsgraph.h"#include "DEG_depsgraph_debug.h"#include "intern/depsgraph.h"#include "intern/depsgraph_relation.h"#include "intern/node/deg_node_component.h"#include "intern/node/deg_node_id.h"#include "intern/node/deg_node_operation.h"#include "intern/node/deg_node_time.h"Go to the source code of this file.
Classes | |
| struct | blender::deg::DotExportContext |
Namespaces | |
| blender | |
| blender::deg | |
Macros | |
| #define | COLOR_SCHEME_NODE_CLASS 1 |
Variables | |
| static const char * | blender::deg::deg_debug_graphviz_fontname = "helvetica" |
| static float | blender::deg::deg_debug_graphviz_graph_label_size = 20.0f |
| static float | blender::deg::deg_debug_graphviz_node_label_size = 14.0f |
| static const int | blender::deg::deg_debug_max_colors = 12 |
| static const char * | blender::deg::deg_debug_colors_light [] |
Implementation of tools for debugging the depsgraph
Definition in file deg_debug_relations_graphviz.cc.
| #define COLOR_SCHEME_NODE_CLASS 1 |
Definition at line 39 of file deg_debug_relations_graphviz.cc.
Definition at line 496 of file deg_debug_relations_graphviz.cc.
References blender::dot::Graph::attributes, blender::deg::deg_debug_graphviz_fontname, blender::deg::deg_debug_graphviz_graph_label_size, blender::deg::deg_debug_graphviz_graph_nodes(), blender::deg::deg_debug_graphviz_graph_relations(), blender::deg::deg_debug_graphviz_legend(), graph, label, blender::dot::Attributes::set(), blender::dot::Graph::set_rankdir(), and blender::dot::DirectedGraph::to_dot_string().