17c793e43c66baba7014e597914fffbb8137dcda
There was a C++ STL importer since Blender 3.3, but no corresponding C++ STL exporter. This PR is adding said exporter: taking https://projects.blender.org/blender/blender/pulls/105598 and finishing it (agreed with original author). Exporting Suzanne with 6 level subdivision (4 million triangles), on Apple M1 Max: - Binary: python exporter 7.8 sec -> C++ exporter 0.9 sec. - Ascii: python exporter 13.1 sec -> C++ exporter 4.5 sec. Co-authored-by: Iyad Ahmed <iyadahmed430@gmail.com> Pull Request: https://projects.blender.org/blender/blender/pulls/114862
…
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%
