Project: QGIS

Version: 3.12

Feature: Port Densify by count Algorithm to C++

We ported the Densify by count algorithm to C++ in order to enhance it's speed when compared to the previous Python implementation. The new algorithm also exposes the count parameter as dynamic parameter so that it can be controlled by expressions or field values.

This feature was developed by Clemens Raffler