|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| class | blender::deg::DepsgraphDebug |
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Macros | |
| #define | DEG_DEBUG_PRINTF(depsgraph, type, ...) |
| #define | DEG_GLOBAL_DEBUG_PRINTF(type, ...) |
| #define | DEG_ERROR_PRINTF(...) |
Functions | |
| bool | blender::deg::terminal_do_color () |
| string | blender::deg::color_for_pointer (const void *pointer) |
| string | blender::deg::color_end () |
Definition at line 45 of file deg_debug.h.
Referenced by blender::deg::DepsgraphRelationBuilder::add_operation_relation(), blender::deg::DepsgraphRelationBuilder::add_time_relation(), blender::deg::DepsgraphRelationBuilder::build_ik_pose(), blender::deg::deg_graph_remove_unused_noops(), DEG_graph_tag_relations_update(), and blender::deg::deg_graph_transitive_reduction().
| #define DEG_ERROR_PRINTF | ( | ... | ) |
Definition at line 60 of file deg_debug.h.
| #define DEG_GLOBAL_DEBUG_PRINTF | ( | type, | |
| ... ) |
Definition at line 53 of file deg_debug.h.
Referenced by DEG_relations_tag_update().