Blender Git Loki
Git Commits -> Revision c4d998e
March 23, 2015, 11:21 (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: c4d998ecad0f3acacceee1c2821fc243129730c5
Parent Commit: 55b4652
Lines Changed: +74, -85