79d468fe6bd5a9c4664d84a8c69a595fb5c3e1f5
The `fmtlib` text formatting library, when compiled in C++20 onwards, requires that the incoming format string is a compile-time constant so it's able to perform type checks against it[1]. The change here ensures it can do so. While we're not set to go to C++20 any time soon, this is a backwards compatible change that can be done today and allows us to focus on the harder fmt-related issues later. No change in performance or functionality was observed. [1] https://godbolt.org/z/qG5dsf7YG Pull Request: https://projects.blender.org/blender/blender/pulls/129272
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
