f6c30bfe45dd7dddc80ba8bf6ed4c5df235744ce
This adds a `unit_test_compare` function to `Curves`. Compares the curves. Curves are the same if: * The number of points matches. * The number of curves matches. * The attribute names are the same and have the same type. * The point attribute values are within the `threshold`. * The curve topology matches (e.g. the curve sizes are the same). * The curve attribute values are within the `threshold`. * The indices of the points and curves are the same (can be ignored if this should be treated as the same). The implementation reuses the same functions as the existing comparison function for meshes. Pull Request: https://projects.blender.org/blender/blender/pulls/131164
…
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%
