Re: [QGIS-Developer] How to set defaults to QgsProcessingParameterMultipleLayers

2023-01-30 Thread C Hamilton via QGIS-Developer
> > > Is there a way to automatically populate as default value of selected > layers in QgsProcessingParameterMultipleLayers with the selected layers or > selected groups of layers in the "Layer Panel"? This would be incredibly > useful. > > You'd (unfortunately -- it's not a trivial change) need

Re: [QGIS-Developer] How to set defaults to QgsProcessingParameterMultipleLayers

2023-01-29 Thread Nyall Dawson via QGIS-Developer
On Sat, 28 Jan 2023 at 05:35, C Hamilton via QGIS-Developer wrote: > > I just received a request to update the Density Analysis plugin density hash > algorithms so they work with multiple layers and produce one density map > based off of multiple input layers. In the algorithm I have replaced >