Blender Git Commit Log
Git Commits -> Revision 06338db
Revision 06338db by Lukas Toenne (alembic_pointcache) February 21, 2015, 12:19 (GMT) |
Simplified cache item path description, based on plain ID blocks with subtype/index. This omits possible instancing and recursion by dupli groups, but since the data of instances is always the same in Blender at this point, there is little need to take them into account for caching. At some point in the future it may become desirable to store full dupli hierarchies in the cache, but it doesn't make sense to try to design a fully-fledged path descriptor for this hypothetical case now. |
Commit Details:
Full Hash: 06338dbefd5f361046c5728af5c272fa327607fb
Parent Commit: 861e553
Lines Changed: +74, -85