Blender Git Commits
October 7, 2021, 23:29 (GMT) |
Cleanup: Use `_` suffix for non-public members in Compositor To follow the style guide. |
October 7, 2021, 23:29 (GMT) |
Cleanup: Convert camelCase naming to snake_case in Compositor To follow the style guide. |
October 7, 2021, 23:13 (GMT) |
Cleanup: Remove `this->` for `m_` prefixed members in Compositor The prefix is already explicit. |
October 7, 2021, 23:13 (GMT) |
Cleanup: Remove unused includes in Compositor And move unneeded includes in frequently used headers to source files. Slightly reduces compilation time. |