e0f5ce46b7bd35e8caf2ca23ec1cb6394a531ced
The Mesh to Grease Pencil conversion would convert every edge into a stroke. This was not the case prior to Blender 4.3. Edges with no branches would be converted into a single stroke instead of mutliple ones. This fix uses `geometry::mesh_to_curve_convert` from geometry nodes to achieve more optimal result with edges connected into one stroke when possible. Pull Request: https://projects.blender.org/blender/blender/pulls/135557
…
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%
