0
0
forked from blender/blender
The official Blender project repository.
Go to file
Nathan Burnham f0603d8fac PyAPI Doc: improve BMesh typing
- `BMLayerItem.copy_from(other)` had a typo in its docstring that prevented `other` being typed.
- `BMesh.from_object()` and `BMesh.from_mesh()` had untyped arguments.
- `BMVert.copy_from_vert_interp()`'s `fac` argument was untyped.
- `remove(item)` method of `BMVertSeq`, `BMEdgeSeq` and `BMFaceSeq` had no type for `item`.
- `get()` method of `BMEdgeSeq` and `BMFaceSeq` had "sequence" in the description of `verts` but not in the type.

Pull Request: blender/blender#122374
2024-05-29 03:00:03 +02:00
.gitea Gitea: Adjust Report a Bug wording in issue template 2024-05-27 13:00:14 +02:00
.github Fix: Switch to scheduled trigger for appropriate permission scope in workflow 2024-05-28 14:12:20 +02:00
build_files Cleanup: make format 2024-05-27 12:24:16 +02:00
doc
extern glTF exporter: Draco: fix normalized draco accessors 2024-05-24 16:25:56 +02:00
intern Cycles: oneAPI: Enable host memory migration 2024-05-28 19:04:19 +02:00
lib libs-windows: OIDN 2.3.0-beta 2024-05-24 10:49:47 -06:00
locale 18N: Updated UI translations from git/weblate repo (2b5d8724c5e897f7). 2024-05-27 15:30:43 +02:00
release Sculpt: Add Polyline Mask, Face Set, and Trim 2024-05-28 18:33:45 +02:00
scripts Import Images as Planes: improve option panels 2024-05-29 10:02:52 +10:00
source PyAPI Doc: improve BMesh typing 2024-05-29 03:00:03 +02:00
tests Fix #114780: Cycles: Principled Chiang Hair importance sampling correction 2024-05-27 09:35:35 +02:00
tools
.clang-format
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
.gitmodules
AUTHORS
CMakeLists.txt
COPYING
GNUmakefile
make.bat
pyproject.toml
README.md Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00

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.

Blender screenshot

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.