64bdc245b2499309999b7c43b7df46f8a3995f1f
Compilers do not seem to agree on valid printf format for `int64_t`, recent clang 19 on linux requires `%ld`, while older compilers like the buildbot ones of clang 15 on OSX ask for `%lld`. So instead, cast the value to `int32_t`. Other solution may have been to use `PRId64`, but this is fairly bad for readability.
…
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%
