Blender Git Loki
Git Commits -> Revision 64b6bf3
March 23, 2015, 11:46 (GMT) |
Store object pointers for the dupli objects we generate from caches. This is necessary for the current viewport drawing and rendering code, which expected each dupli instance to represent a copy of data in the DNA. The code maps base-level objects in the cache to DNA Objects inside the dupligroup by name. Only objects that can be found in the blend data will be allowed for DupliObjects. |
Commit Details:
Full Hash: 64b6bf3a26095eb797cf76549d9db1c86e3b85c1
Parent Commit: caaf794
Lines Changed: +71, -7