Files
test2/source/blender
Campbell Barton c319d0977f RNA: use const array arguments, order array length afterwards
Use const arguments for array input arguments as there
is no reason for them to be modified.

Using non-const arguments meant some functions
(uiTemplateNodeSocket for e.g.) couldn't use 'const' qualifier so the
generated type signature would match.

Also use suffix "_num" instead of "_len" for array lengths, ordering
these arguments after the array (in keeping with Blender's conventions).
2023-08-01 18:46:31 +10:00
..
2023-07-30 16:14:09 +10:00
2023-07-31 19:57:32 +10:00
2023-07-31 19:57:32 +10:00
2023-07-31 19:57:32 +10:00
2023-08-01 15:46:26 +10:00