Blender Git Loki
Git Commits -> Revision b2b8cbf
March 26, 2015, 13:10 (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: b2b8cbf2b681fc355bbc73152039b4934502699a
Parent Commit: 6b3a64b
Lines Changed: +74, -85