Blender Git Loki
Git Commits -> Revision d75dcf8
Revision d75dcf8 by Lukas Toenne (alembic_pointcache) March 12, 2015, 15:40 (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: d75dcf88d2e713df87266b35f67c5fc98423ac22
Parent Commit: 36be233
Lines Changed: +71, -7