Blender Git Loki
Git Commits -> Revision 878d09e
Revision 878d09e by Lukas Toenne (alembic_pointcache) March 18, 2015, 15:17 (GMT) |
Skip drawing of particle systems (including hair) when using cache duplis. Particle systems can not be overridden from caches easily, there are too many strings attached to the data and code to make this reliable. Instead, a new simplified data structure for reading hair from caches will be added, which replaces drawing and rendering of particle data. The original particle data is not updated through duplis, so is usually out of sync and should not be displayed. |
Commit Details:
Full Hash: 878d09e65bc88a087ccc21fa8b43f76767334330
Parent Commit: 238f3ac
Lines Changed: +6, -2