Skip to content

Commit 6026944

Browse files
committed
[processing] removed scripts
They should be downloaded now from the scripts/model repo
1 parent 4df7b34 commit 6026944

19 files changed

+1
-821
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
FILE(GLOB PY_FILES *.py)
2-
FILE(GLOB SCRIPTS_FILES scripts/*.py)
32

4-
PLUGIN_INSTALL(processing script ${PY_FILES})
5-
PLUGIN_INSTALL(processing script/scripts ${SCRIPTS_FILES})
3+
PLUGIN_INSTALL(processing script ${PY_FILES})

python/plugins/processing/script/scripts/A_script_that_returns_a_number.py

-4
This file was deleted.

python/plugins/processing/script/scripts/Batch_replace_in_string_via_regex_dictionary.py

-40
This file was deleted.

python/plugins/processing/script/scripts/Batch_replace_in_string_via_regex_dictionary.py.help

-34
This file was deleted.

python/plugins/processing/script/scripts/Chainage.py

-46
This file was deleted.

python/plugins/processing/script/scripts/Create_rasters_from_canvas_for_each_vector_layer_feature_extent.py

-103
This file was deleted.

python/plugins/processing/script/scripts/Create_rasters_from_canvas_for_each_vector_layer_feature_extent.py.help

-42
This file was deleted.

python/plugins/processing/script/scripts/Create_tiling_from_vector_layer.py

-15
This file was deleted.

0 commit comments

Comments
 (0)