Blender Git Commit Log
Git Commits -> Revision 7017844
Revision 7017844 by Kévin Dietrich (master) March 11, 2021, 23:15 (GMT) |
Alembic procedural: move cache building out of object update methods This will help support instancing as cache building is now decoupled from the logic to update the Nodes' sockets as data (and cache) will need to be shared by different Geometries somehow, and also simplify implementing different data caching methods by centralizing this operation. |
Commit Details:
Full Hash: 7017844c5eca72046654b27ceee2f9528edbe488
Parent Commit: 7a028d5
Lines Changed: +83, -107