Blender Git Loki
Git Commits -> Revision 8a91673
Revision 8a91673 by Hans Goudey (master) December 18, 2021, 19:42 (GMT) |
Cleanup: Move weld modifier to C++ This moves `MOD_weld.cc` to C++, fixing compiler warnings coming from the change. It also goes a little bit further and converts the code to use C++ data structures: `Span`, `Array`, and `Vector`. This makes the code more shorter and easier to reason about, and makes memory maneagement more automatic. Differential Revision: https://developer.blender.org/D13618 |
Commit Details:
Full Hash: 8a91673562ebaa54844354d1e25dd7dc6e3c50d5
Parent Commit: 491b9cd
Lines Changed: +2011, -2082
1 Added Path:
/source/blender/modifiers/intern/MOD_weld.cc (+2010, -0) (View)
1 Deleted Path:
/source/blender/modifiers/intern/MOD_weld.c (+0, -2081)
1 Modified Path:
/source/blender/modifiers/CMakeLists.txt (+1, -1) (Diff)