Files
test/source
Sergey Sharybin e599a7525b Depsgraph: Add utility to stringify recalc flags
Allows to log human-readable list of recalc bits that are set.

The usage is pretty simple:

```
printf("%s: %s %s\n", __func__, id->name, DEG_stringify_recalc_flags(id->recalc).c_str());
```

Pull Request: https://projects.blender.org/blender/blender/pulls/137715
2025-04-18 16:31:30 +02:00
..