I didn't yet really look into it, but my guess is that the python error disappearing happens because the position access changed from a specilaized CustomData array accessor to accessing it as an…
Probably that causes it. But I'd think a redraw of the spreadsheet area could be triggered without a new depsgraph evaluation. As seems to be implied for that patch, though I guess that patch…
No, when I enable that option everything works. what does not work, and is somewhat unexpected imho is:
- press play
- press pause
Spreadsheet shows info from before you pressed play. As…
I'd still expect it to update after you've pressed the pause button.
As it is it now shows stale data when the animation is no longer playing. Which is doesn't happen anywhere else in blender I…
Yes, it would be nice to handle it automatically. The changing pointers makes that tricky though, I haven't thought of a way to make that work yet. We'd need to store the
CustomDataLayer
…
I didn't really consider it. For Python scripts I guess it's simplest if we can hide this, and automatically make the attribute mutable whenever RNA set is called. But then you need to store…