forked from blender/blender
The official Blender project repository.
Hans Goudey
07f01b5fc2
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: blender/blender#112400 |
||
---|---|---|
.gitea | ||
.github | ||
build_files | ||
doc | ||
extern | ||
intern | ||
locale | ||
release | ||
scripts | ||
source | ||
tests | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitignore | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
GNUmakefile | ||
make.bat | ||
pyproject.toml | ||
README.md |
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.