blender/source
Campbell Barton 0965341dcf Fix #105229: Operator tooltips are cut short
Shortened in [0], increase to 1024 with the following changes:

- Use BKE_ST_MAXNAME for translation_context.
- Use OP_MAX_TYPENAME for wmOperatorType.name.

Both these limits were already used elsewhere but happened to use
RNA_DYN_DESCR_MAX (incorrectly).

[0]: f403d9a2b1128565c503755668c7bc001ecb2eb3
2023-02-28 10:28:34 +11:00
..
blender Fix #105229: Operator tooltips are cut short 2023-02-28 10:28:34 +11:00
creator Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
CMakeLists.txt Clang-tidy: Don't warn about unrecognized compiler flags 2022-05-06 15:26:54 +02:00