ae2034e6c567ddca9233ec6c18d9bcf98bed89c2
The "id" attribute was built-in on curves (point domain), mesh (point domain) and instances, but not on e.g. point clouds. This mismatch causes issues because of the special rules regarding built-in attribute propagation. Furthermore, an implication of this was that the id attribute had to be an integer attribute on a specific domain, which is not always ideal. This patch turns the id attribute into a normal generic attribute, except that some nodes internally modify this attribute in special ways. This may cause some compatibility breakage in rare cases, but that can generally be easily fixed by either removing the id attribute or setting it explicitly on the right domain. I can't think if a feasible way to avoid this unfortunately. The internal special cases for the id attributes are generally skipped unless the attribute is an integer attribute on the point/instance domain. Pull Request: https://projects.blender.org/blender/blender/pulls/146941
…
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%
