Blender Git Loki
Git Commits -> Revision 4fd3943
March 26, 2015, 13:13 (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: 4fd394369627e95d269d6cd4a87b03a07bd78987
Parent Commit: 607e0f0
Lines Changed: +71, -7