The issue was that some geometries were not synced again even when they changed. This patch adds a map that keeps track of the geometries that need to be updated when an object has changed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cycles-geometry-instance-sync (branched from master)
- Build Status
Buildable 18363 Build 18363: arc lint + arc unit
Event Timeline
This comment was removed by Martijn Versteegh (Baardaap).
Comment Actions
I was trying to think of a cleaner solution, but can't think of anything without a bigger redesign of this API, so looks good to me.