|
Blender V5.0
|
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 () |
| std::string | blender::deg::color_for_pointer (const void *pointer) |
| std::string | blender::deg::color_end () |
| #define DEG_DEBUG_PRINTF | ( | depsgraph, | |
| type, | |||
| ... ) |
Definition at line 43 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 58 of file deg_debug.h.
| #define DEG_GLOBAL_DEBUG_PRINTF | ( | type, | |
| ... ) |
Definition at line 51 of file deg_debug.h.
Referenced by DEG_relations_tag_update().