tornavis/source/blender/modifiers
Jacques Lucke 0e48bb26af Modifiers: Refactor Mask modifier
The functionality of the mask modifier remains unchanged.

This patch updates the mask modifier so that it uses C++.
The manual memory management has been replaced with proper containers.
The large `applyModifier` function has been splitup into multiple smaller functions.
A large speedup is achieved by using simple arrays instead of hash tables in multiple places.

In my performance test file the playback speed increased from 1.1 to 5.1 fps on my laptop.

Reviewers: campbellbarton, brecht

Differential Revision: https://developer.blender.org/D6779
2020-02-20 10:05:47 +01:00
..
intern Modifiers: Refactor Mask modifier 2020-02-20 10:05:47 +01:00
CMakeLists.txt Modifiers: Refactor Mask modifier 2020-02-20 10:05:47 +01:00
MOD_modifiertypes.h Cleanup: add extern "C" 2020-02-07 17:23:50 +01:00