07f01b5fc2732406ab2183c831c3f1361d55375a
Add a simple function for adding curves to a `Curves` data-block. The only argument is a list of the number of points in each added curves. Attribute data is meant to be filled in separately. It can be used like this: `curves.add_curves([8, 8, 16])`, which will add two curves with 8 points, and one with 16 points. This API is chosen in order to make the API generic, and to push users to add more curves at once, rather than appending a single curve at a time, which would be slower. Pull Request: https://projects.blender.org/blender/blender/pulls/112400
…
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%
