Blender Git Loki
Git Commits -> Revision 03ffed6
March 26, 2015, 13:13 (GMT) |
Mesh overrides for duplis from cached Alembic data. If a duplicator has cached data it will now replace the derivedFinal mesh of objects with the cached version for drawing. This is a compromise atm: It would be better to actually draw derived meshes directly, so that we don't have to modify objects. Then we could also have multiple different instances of the same orignal object (in whatever way these might be defined). DNA Objects would then be totally separate from duplis, but at this point the drawing and render code makes this unfeasible. |
Commit Details:
Full Hash: 03ffed6fb14dc93b042e120e0b22364bd8f68956
Parent Commit: 9683f7a
Lines Changed: +36, -12