f0603d8fac2e1cfef8fdf45c61baefb1d3b3cf82
- `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: https://projects.blender.org/blender/blender/pulls/122374
…
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%
