Blender Git Loki
Git Commits -> Revision a745874
Revision a745874 by Janne Karhu (master) February 12, 2012, 00:25 (GMT) |
Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent with actual children hair particles * Hair particle rotations weren't calculated properly for particle locations along a path and the "particle on path" calculations were not correct in many other ways too. * Now the particle's location along a path is interpolated directly from the cached paths if it exist. These paths are always correctly calculated. * Paths are now cached if a particle instance modifier using the particle system with the path option exists. |
Commit Details:
Full Hash: a7458742b1f87c918fad6e7f0081e5d2b2e94125
SVN Revision: 44044
Parent Commit: 0327b9a
Lines Changed: +190, -121