tornavis/source
Ankit Meel 88de58fd1a Clang-tidy, fix bugprone-exception-escape.
Remove redundant call to `ofstream::close()` from `~PSStrokeRenderer`
and `~TextStrokeRenderer`. ofstream will be destructed automatically.

- For `~Depsgraph`, `std::function`'s constructor can throw.
- Passing throwing statements in the lambda will not be detected by
  clang-tidy.
Fix these issues by using lambda as function argument.

Reviewed By: sergey, sybren
Differential Revision: https://developer.blender.org/D9497
2020-11-17 17:33:25 +05:30
..
blender Clang-tidy, fix bugprone-exception-escape. 2020-11-17 17:33:25 +05:30
creator Cleanup: more renaming in the render/ module for consistency 2020-11-09 16:19:49 +01:00
tools@660be0ca10 Add An Opacity Slider to Overlay Wireframe 2020-11-13 08:14:56 +01:00
CMakeLists.txt Clang-Tidy: Allow use with GCC but warn about possible failure 2020-07-03 10:58:24 +02:00