Modifiers: Increase the length of name strings in ModifierTypeInfo #117980

Merged
Lukas Tönne merged 2 commits from LukasTonne/blender:longer-modifier-type-name into main 2024-02-08 12:34:36 +01:00

2 Commits

Author SHA1 Message Date
Lukas Tönne b83c4927a6 Merge branch 'main' into longer-modifier-type-name
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-08 11:41:22 +01:00
Lukas Tönne ceb50eb084 Modifiers: Increase the length of name strings in ModifierTypeInfo.
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
These name fields run out of space for some of the new Grease Pencil
modifiers, like "GreasePencilEnvelopeModifierData". Only one of these
strings is stored for each modifier type, so this should have almost no
impact on size.
2024-02-08 11:22:55 +01:00