Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] allow adding core processing algs using scripts
- Loading branch information
Showing
with
46 additions
and 31 deletions.
- +12 −1 python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
- +1 −1 python/plugins/processing/gui/DeleteScriptAction.py
- +1 −1 python/plugins/processing/gui/EditScriptAction.py
- +4 −1 python/plugins/processing/script/ScriptAlgorithm.py
- +3 −25 python/plugins/processing/script/ScriptAlgorithmProvider.py
- +25 −2 python/plugins/processing/script/ScriptUtils.py