Blender Git Commit Log
Git Commits -> Revision 958ab95
Revision 958ab95 by Ton Roosendaal (master) April 8, 2006, 18:13 (GMT) |
Hrms... the fix for bug #4010 didn't work as expected. The issue was that particle emittors were still transformed by the object matrix itself. That was solved in the previous commit, but there was still an error in correctly evaluating dependencies for the object... Current commit uses depsgraph to recalculate all objects that influence the emittor. The depsgraph code doesn't like particles much (because it uses baking). Current construct is still weak, is on the list to solve nice. |
Commit Details:
Full Hash: 958ab951c6cfe626a42aa9bc821de183dde8042c
SVN Revision: 7230
Parent Commit: 7766fb4
Lines Changed: +50, -21
1 Modified Path:
/source/blender/blenkernel/intern/effect.c (+50, -21) (Diff)