Is that the right way to hack the COW system? :D
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
It should only write back when evaluating the active depsgraph (DEG_is_active(depsgraph)), not the one for rendering for example.
Otherwise seems fine.