Is that the right way to hack the COW system? :D
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- decimate_face_count (branched from blender2.8)
- Build Status
Buildable 2661 Build 2661: arc lint + arc unit
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.