49ab0bb8446950412487a49e1325e002bc484d3f
Before version 4.1, the vertex destination during edge sliding for two independent edges was always the midpoint of the vertices closest to those edges. In version 4.1, this behavior was improved to calculate the destination based on the intersection of the edges. However, when the faces were coplanar, the behavior would revert to the previous midpoint calculation instead of using the intersection. This fix ensures that the vertex destination consistently aligns with the intersection point, even when the faces are coplanar.
…
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%
