Nyall Dawson d3870937b2 [processing] When exporting a model to a python script, include
helpful comments next to all static enum parameter values used
in child algorithms with the corresponding text.

I.e. instead of

  alg_params = {
    'END_CAP_STYLE': 2,
  }

we now export

  alg_params = {
    'END_CAP_STYLE': 2,  # Flat
  }

Much more readable!
2021-04-09 11:45:53 +10:00
..
2021-03-22 21:13:52 +01:00
2021-03-22 21:13:52 +01:00
2021-03-22 21:13:52 +01:00
2021-03-22 21:13:52 +01:00
2021-03-22 21:13:52 +01:00
2021-03-22 21:13:52 +01:00