Files
test/source
Hans Goudey 6307e7011d Fix #120594: Mesh vertex position change in RNA missing update tag
With an addon like "animall" the `MeshVertex.co` property can be
animated. However, the animation system doesn't call the property's
update callback, meaning the cached normals aren't invalidated when
the positions change. In this case that is easy to fix by moving the
tag to the "set" callback, though that is not a general solution for
other properties where adding a "set" could cause a performance
regression.
2024-04-17 08:41:37 -04:00
..