Depsgraph: Disable labels on relations
This code was disable a while back and got re-enabled by some previous debug process. Having relation names in dot file helps understanding what's going on in one cases, but makes things spread too far away in others.
This commit is contained in:
@@ -468,7 +468,7 @@ static void deg_debug_graphviz_node_relations(const DebugContext &ctx,
|
||||
deg_debug_fprintf(ctx, "[");
|
||||
/* Note: without label an id seem necessary to avoid bugs in graphviz/dot */
|
||||
deg_debug_fprintf(ctx, "id=\"%s\"", rel->name);
|
||||
deg_debug_fprintf(ctx, "label=\"%s\"", rel->name);
|
||||
// deg_debug_fprintf(ctx, "label=\"%s\"", rel->name);
|
||||
deg_debug_fprintf(ctx, ",color="); deg_debug_graphviz_relation_color(ctx, rel);
|
||||
deg_debug_fprintf(ctx, ",penwidth=\"%f\"", penwidth);
|
||||
/* NOTE: edge from node to own cluster is not possible and gives graphviz
|
||||
|
||||
Reference in New Issue
Block a user