This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
2a56403cb0dbcbc1dfb19a9bf7e6434517cbdca9
Store bevel weights in two new named float attributes: - `bevel_weight_vert` - `bevel_weight_edge` These attributes are naming conventions. Blender doesn't enforce their data type or domain at all, but some editing features and modifiers use the hard-coded name. Eventually those tools should become more generic, but this is a simple change to allow more flexibility in the meantime. The largest user-visible changes are that the attributes populate the attribute list, and are propagated by geometry nodes. The method of removing this data is now the attribute list as well. This is a breaking change. Forward compatibility is not preserved, and the vertex and edge `bevel_weight` properties are removed. Python API users are expected to use the attribute API to get and set the values. Fixes #106949 Pull Request: blender/blender#108023
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
67.4%
C++
23.4%
Python
6.1%
CMake
1.5%
GLSL
1.1%
Other
0.4%
