Files
test/source/blender/blenkernel
Hans Goudey 7b94e61f09 Fix #119047: Avoid copying captured attribute to itself
The "capture field on geometry" utility is used in many places to store
the result of field evaluation as an attribute. There is a special case
for when an attribute already exists with the same name, data type, and
domain. But when exactly the same attribute was stored, it would assert
because it ended up copying an array to itself. Arguments for those copy
functions aren't supposed to alias each other.

As a fix, clarify the logic a bit to return earlier in this case.
Also remove a redundant case handling the same thing later on
in the function.

Pull Request: https://projects.blender.org/blender/blender/pulls/119063
2024-03-05 17:32:09 +01:00
..
2024-01-15 12:44:14 -05:00
2024-01-03 13:38:14 +01:00
2024-02-06 22:28:10 +11:00
2024-01-03 13:38:14 +01:00
2023-07-04 17:03:02 +02:00
2023-11-27 09:30:52 +11:00
2024-01-19 12:08:48 -05:00
2024-03-02 23:56:37 +01:00
2024-01-15 12:44:14 -05:00
2023-08-18 08:56:12 +10:00
2024-01-11 11:01:50 -05:00